latestOpenAPI 3.1.12026-08-108026304.2 KB

7b222e8ec91c

Issued memberships

Get issued membership photo URL

Returns a temporary signed URL for the issued membership photo.

get/v1/membership_photo_share

Query parameters

issued_membership_codestring required

The unique code of the issued membership

Response

Successfully returned the membership photo URL

objectstring
photo_expiry_dateinteger

Unix timestamp when the photo URL expires

photo_urlstring

Temporary signed URL to access the issued membership photo

Example response

{
  "object": "membership_photo",
  "photo_expiry_date": 1704067260,
  "photo_url": "https://example.com/photos/abc123?signature=xyz"
}