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
name
string
required

A human-readable name for this API key

Maximum length: 255
store_name
string
required
role
string
required
created_at
string
required
last_used_at
string | null
expires_at
string | null