Auth

Get auth info

get
/v1/auth/me

Return information about the currently authenticated API key, including expiration.

Authorizations
AuthorizationstringRequired

API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.

Responses
chevron-right
200

Successful Response

application/json
workspace_idstringRequired
key_idstringRequired
nameany ofRequired
stringOptional
or
nullOptional
expires_atstring · date-timeRequired
expires_in_secondsintegerRequired
get
/v1/auth/me

Last updated

Was this helpful?