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.
string
Unique identifier for the key. Use this value with
DELETE /v1/api-keys/{id} to revoke the key.string
The descriptive label assigned when the key was created.
string
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.