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.mnemom.ai/v1/orgs/{org_id}/api-keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "key_id": "<string>", "key": "<string>", "key_prefix": "<string>", "name": "<string>", "org_id": "<string>", "scopes": [], "created_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z" } ] }
List organization API keys
Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
Org API keys
Show child attributes
Suggestions
Contact support