Use this endpoint to retrieve the metadata for all active API keys in your project. This is useful for auditing which keys exist and identifying keys by name before revoking them. For security, key values are never returned — only theDocumentation Index
Fetch the complete documentation index at: https://docs.relayos.com.br/llms.txt
Use this file to discover all available pages before exploring further.
id, name, and createdAt fields.
Request
GET https://api.relayos.com.br/v1/api-keys
This endpoint takes no request body or query parameters.
Response
A200 response returns an array of API key metadata objects.
Unique identifier for the key. Use this value with
DELETE /v1/api-keys/{id} to revoke the key.The descriptive label assigned when the key was created.
ISO 8601 timestamp of when the key was created.
Key values (
rly_live_...) are never included in list responses. If you have lost a key value, create a new key and revoke the old one.