curl --request GET \
--url https://api.avidoai.com/v0/applications/{id}/api-keys \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"key": "avido_1234567890abcdef",
"name": "Production API Key",
"applicationId": "app-123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2024-01-05T12:34:56.789Z",
"updatedAt": "2024-01-05T12:34:56.789Z"
}
]
}Retrieves all API keys associated with a specific application.
curl --request GET \
--url https://api.avidoai.com/v0/applications/{id}/api-keys \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"key": "avido_1234567890abcdef",
"name": "Production API Key",
"applicationId": "app-123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2024-01-05T12:34:56.789Z",
"updatedAt": "2024-01-05T12:34:56.789Z"
}
]
}Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the application
"123e4567-e89b-12d3-a456-426614174000"
Successfully retrieved API keys
Response containing a list of API keys
Array of API keys
Show child attributes
Unique identifier of the API key
"123e4567-e89b-12d3-a456-426614174000"
The API key value
"avido_1234567890abcdef"
Name/description of the API key
1"Production API Key"
ID of the application this API key belongs to
"app-123e4567-e89b-12d3-a456-426614174000"
When the API key was created
"2024-01-05T12:34:56.789Z"
When the API key was last updated
"2024-01-05T12:34:56.789Z"