The organization behind the presented credentials
Returns the organization associated with your credential. The Typeship CLI uses this endpoint for whoami.
Authorization
apiKey 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"}Get a file GET
Returns one bounded chunk of an immutable file: at most 24 KiB, as UTF-8 text or, for binary bytes, base64. When next_cursor is not null, repeat the request with cursor and concatenate the chunks in order. A file ID always returns the same bytes.
List API keys GET
Lists key metadata and the last four characters of each key. Full keys are not returned. Create keys in the Console.