Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.agentmark.co/v1/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'X-Agentmark-App-Id: <api-key>'
{ "data": [ { "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "name": "<string>", "permissions": [ "<string>" ], "expires_at": "2023-11-07T05:31:56Z", "key_prefix": "<string>", "last_used_at": "2023-11-07T05:31:56Z", "revoked_at": "2023-11-07T05:31:56Z" } ], "pagination": { "limit": 1, "offset": 1, "total": 1 } }
Returns API keys for the authenticated tenant. Plaintext is never returned on this endpoint — record it at creation time.
Application ID for tenant scoping
API key (sk_agentmark_*)
1 <= x <= 1000
x >= 0
Paginated list of API keys.
Show child attributes