cURL
curl --request GET \ --url https://api.tightknit.ai/admin/v0/api_key/me \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "type": "standard", "tenant": "<string>", "permissions": [ "<string>" ] } }
Returns information about the authenticated API key, including its type, associated community, and granted permissions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key introspection data
Show child attributes
Was this page helpful?
Contact support