GET
/
api
/
v1
/
api-keys
/
whoami
/
{
  "name": "<string>",
  "store_name": "<string>",
  "role": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "last_used_at": "2023-11-07T05:31:56Z",
  "expires_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

API key in format: sk_*

Response

200 - application/json

The response is of type object.