users
keys
View a user API key
View an API key for a user. Only the authenticated user themselves and server admins have access to this endpoint. When authenticated with a user API key, only that key itself may be viewed: a key cannot inspect the user's other keys. Authenticate with a JWT (user session token) to view other keys.
get/v0/users/{user}/keys/{key}
Path parameters
keystring uuid required
The UUID for a user key.
userstring required
The slug or UUID for a user.
Response
successful operation