Organization

The organization behind the presented credentials

GET
/organization

Returns the organization associated with your credential. The Typeship CLI uses this endpoint for whoami.

AuthorizationBearer <token>

Organization API key from the console (ak_...), or an OAuth access token with user:org:read, the organization selected during consent, and the capability required by the operation.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/organization"
{  "id": "org_2nY8mR6pQ4vK9cH3",  "object": "organization",  "name": "Parcel",  "plan": "pro",  "created_at": "2026-09-23T08:00:00Z",  "updated_at": "2026-09-23T08:00:00Z",  "request_id": "req_3k8m1v6q9p2d7h4c"}