- An API key, presented as a Bearer token over TLS. It identifies your partner account and carries your granted scopes.
API keys
Keys are issued by CrewPass and look like:
Present the key as a Bearer token (preferred) or in the
X-Partner-API-Key
header:
GET /api/v2/partners/me to see your identity and
full granted-scope list. It is the first call any partner makes.
Calling a read endpoint
Every v1 read takes the same Bearer header and nothing else:invalid_api_key. Calls are still rate-limited per
partner (see Rate limits) and recorded in your audit log.
Outbound webhook deliveries are signed by CrewPass so you can verify they are
genuine; see Webhooks for how to verify a delivery signature.