v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
GFM NPO Page

Upload image to GFM NPO page

Creates a presigned URL, uploads the file to S3, and finalizes the image in the GFM brand kit.

post/organizations/{organization_id}/gfm-npo-page/upload-image

Path parameters

organization_idinteger required
Example:123

The organization ID

Response

Image uploaded and finalized successfully

successboolean

Example response

{
  "success": true,
  "data": {
    "photoType": "CHARITY_LOGO",
    "url": "https://cdn.example.com/logo.png",
    "final_object_key": "assets/charity/logos/admin/uuid/my_logo.png"
  }
}