Platitun · API · Access keys · My access keys
My access keys
GET /api/v1/keysKey scope: keys · read only
Which keys you have, what they can do and when they were last used. The keys themselves are not here and cannot be: only their hashes are stored.
Response fields
| Field | Type | What it is |
|---|---|---|
maxLive | integer | How many live keys you may keep. |
items[].prefix | string | The visible part of the key — recognisable but not usable. |
items[].scopes | array | What this key can do. |
items[].lastUsedAt | string|null | When it was used. Empty — never: such a key can be revoked safely. |
items[].revokedAt | string|null | When it was revoked. The record stays: otherwise “who uploaded this” has nothing to go on. |
Nearby in this section
POST /api/v1/keys— Issue a keyDELETE /api/v1/keys/{id}— Revoke a key