v21

OpenAPI 3.1.0raw.githubusercontent.com2026-08-011060456.0 KB
API Keys

Check user API key validity

Validate a user API key

post/user-api-keys/check

Request body

api_keystring required

Example request

{}

Response

Successful response

idstring required
descriptionstring required
expires_at_millisnumber
manually_revoked_at_millisnumber
created_at_millisnumber required
is_publicboolean required
type'user' required
user_idstring required

The ID of the user, or the special value me for the currently authenticated user

Example response

{
  "user_id": "3241a285-8329-4d69-8f3d-316e08cf140c"
}