POST
/
api
/
v2
/
employers
/
me
/
crew
/
lookup
Look up a crew member by email (scope: crew:status:read)
curl --request POST \
  --url https://partners.crewpass.co.uk/api/v2/employers/me/crew/lookup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "crew_unique_id": "<string>",
  "status": "<string>"
}

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

Body

application/json
email
string<email>
required

Response

Successful Response

POST /api/v2/employers/me/crew/lookup success body.

crew_unique_id
string
required
status
string
required