GET
/
api
/
v2
/
internal
/
crew
/
{crew_id}
/
partner-consents
List a crew's partner consents
curl --request GET \
  --url https://partners.crewpass.co.uk/api/v2/internal/crew/{crew_id}/partner-consents \
  --header 'Authorization: Bearer <token>'
{
  "crew_id": "<string>",
  "consents": [
    {
      "partner_id": "<string>",
      "consented_scopes": [
        "<string>"
      ],
      "source": "<string>",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Internal-Auth
string | null

Path Parameters

crew_id
string
required

Response

Successful Response

crew_id
string
required
consents
ConsentView · object[]
required