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>

API key from the console, ak_....

In: header

Response Body

application/json

application/json

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