Account

The account behind the presented credentials

Returns the account that owns the presented API key. This is also the identity endpoint the generated typeship CLI's `whoami` calls.

GET
/me

Returns the account that owns the presented API key. This is also the identity endpoint the generated typeship CLI's whoami calls.

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

curl -X GET "https://example.com/me"
{  "id": "org_2x7k9m4q",  "object": "account",  "name": "string",  "plan": "free",  "created_at": "2019-08-24T14:15:22Z"}