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
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"
}
]
}