curl --request GET \
--url https://api.example.com/api/v1/event-queues \
--header 'X-API-KEY: <api-key>'{
"data": [
{
"status": "PROVISIONING",
"queueName": "<string>",
"region": "us-east-1",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"suffix": "<string>",
"queueUrl": "<string>",
"roleArn": "<string>"
}
],
"pagination": {
"next": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"prev": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}List all event queues for the current environment
curl --request GET \
--url https://api.example.com/api/v1/event-queues \
--header 'X-API-KEY: <api-key>'{
"data": [
{
"status": "PROVISIONING",
"queueName": "<string>",
"region": "us-east-1",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"suffix": "<string>",
"queueUrl": "<string>",
"roleArn": "<string>"
}
],
"pagination": {
"next": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"prev": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Server API Key
API key for authentication