---
title: "Get issued membership photo URL"
method: GET
path: "/v1/membership_photo_share"
tags: ["Issued memberships"]
---

# Get issued membership photo URL

`GET /v1/membership_photo_share`

Returns a temporary signed URL for the issued membership photo.

## Query parameters

- `issued_membership_code` string, required

## Response `200`

Successfully returned the membership photo URL

- object
  - `object` string
  - `photo_expiry_date` integer — Unix timestamp when the photo URL expires
  - `photo_url` string — Temporary signed URL to access the issued membership photo

## Other responses

- `404` — Error schema
- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
