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.cashful.africa/api/canary/authentication/api-key/list \ --header 'Authorization: Bearer <token>'
{ "apiKeys": [ { "id": "key_123", "name": "My API Key" } ] }
List all API keys for the current user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API keys listed successfully
List of API keys
Show child attributes
[{ "id": "key_123", "name": "My API Key" }]