Account and keys
List API keys
Lists API keys on the account. Never returns the raw key or its hash.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
Authorization |
string | Required | Bearer followed by your API key. |
Response
200 OK. Returns array of key objects.
| Name | Type | Description |
|---|---|---|
id |
string | Key id. |
label |
string | Name the person gave the key. |
keyPrefix |
string | The first characters of the key, to tell keys apart. |
createdAt |
string | ISO time. |
revokedAt |
string | null | When it was revoked. null while active. |
Errors
Any route can also return 401 for a bad key, 402 when the trial ended or payment failed, and 429 when you send too many requests. See Errors.