List API keys
Endpoint
Section titled “Endpoint”GET /v1/api-keys
Authentication
Section titled “Authentication”No authentication required.
cURL Example
Section titled “cURL Example”curl -X GET "https://api.sapiom.ai/v1/api-keys" \ -H "Authorization: Bearer YOUR_API_KEY"Response
Section titled “Response”[ {}]Error Responses
Section titled “Error Responses”| Status | Code | Description |
|---|---|---|
| 401 | - | Unauthorized - invalid or missing JWT token |
| 403 | - | Forbidden - insufficient permissions |
See Error Codes for full reference.