Self-describe: partner identity + resolved scope list
partners
Self-describe: partner identity + resolved scope list
Return the calling partner’s identity and full resolved granted scopes.
This is the one endpoint with no single declared scope (V2_API_DESIGN §2.1): any valid key may call it. It is the first call any partner makes and the hook for a future MCP wrapper.
GET
Self-describe: partner identity + resolved scope list
Authorizations
Partner API key (cpk_live_* / cpk_test_*) as a Bearer token.
Response
Successful Response
GET /api/v2/partners/me — self-describe (V2_API_DESIGN §2.1).
Example:
"prt_123"
Available options:
customer, external Available options:
live, test Example:
"Example Fleet Management"
Example:
"management"
Example:
[
"crew:status:read",
"crew:profile:read",
"vessels:fleet:read"
]