Platitun · API · Access keys · My access keys

My access keys

GET /api/v1/keys

Key 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

FieldTypeWhat it is
maxLiveintegerHow many live keys you may keep.
items[].prefixstringThe visible part of the key — recognisable but not usable.
items[].scopesarrayWhat this key can do.
items[].lastUsedAtstring|nullWhen it was used. Empty — never: such a key can be revoked safely.
items[].revokedAtstring|nullWhen it was revoked. The record stays: otherwise “who uploaded this” has nothing to go on.

Nearby in this section