cURL
curl --request GET \ --url https://api.totalis.com/user/api-keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "key_prefix": "<string>", "name": "<string>", "status": "active", "created_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "request_count": 123 } ] }
List all API keys belonging to the authenticated user. Key hashes are never returned.
Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.
Authorization: Bearer <token>
List of API keys
Show child attributes
Was this page helpful?