GET
/
api
/
v2
/
employers
/
me
/
crew
/
{crew_unique_id}
/
photo
Crew profile photo — branded proxy (scope: crew:profile:read)
curl --request GET \
  --url https://partners.crewpass.co.uk/api/v2/employers/me/crew/{crew_unique_id}/photo \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Partner API key (cpk_live_* / cpk_test_*) as a Bearer token.

Headers

authorization
string | null
X-Partner-API-Key
string | null

Path Parameters

crew_unique_id
string
required

Response

Successful Response