Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

APIs.io Engineering Platform Queue API

The Queue API from APIs.io Engineering Platform — 6 operation(s) for queue.

This API exposes 11 operations across 6 paths, and defines 22 schemas. It is described by OpenAPI 3.0.0, at version 2015-07-09.

Requests are made against 4 base URLs: http://apigateway.{region}.amazonaws.com, https://apigateway.{region}.amazonaws.com, http://apigateway.{region}.amazonaws.com.cn, https://apigateway.{region}.amazonaws.com.cn.

11 operations 6 paths 22 schemas 2 DELETE3 GET4 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2015-07-09
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

APIs.io Engineering Platform Queue API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (hmac). By default, every request must be authenticated.

  • hmac — Amazon Signature authorization v4

Paths & Operations 11

Across 6 paths, the API surfaces 11 operations — 2 DELETE, 3 GET, 4 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Queue 11
GET
/accounts/{account_id}/queues
APIs.io Engineering Platform List Queues
queue-v2-list-queues 1 param → 4XX200
POST
/accounts/{account_id}/queues
APIs.io Engineering Platform Create Queue
queue-v2-create-queue 1 param body → 4XX200
DELETE
/accounts/{account_id}/queues/{queue_id}
APIs.io Engineering Platform Delete Queue
queue-v2-delete-queue 2 params body → 4XX200
GET
/accounts/{account_id}/queues/{queue_id}
APIs.io Engineering Platform Queue Details
queue-v2-queue-details 2 params → 4XX200
PUT
/accounts/{account_id}/queues/{queue_id}
APIs.io Engineering Platform Update Queue
queue-v2-update-queue 2 params body → 4XX200
GET
/accounts/{account_id}/queues/{queue_id}/consumers
APIs.io Engineering Platform List Queue Consumers
queue-v2-list-queue-consumers 2 params → 4XX200
POST
/accounts/{account_id}/queues/{queue_id}/consumers
APIs.io Engineering Platform Create Queue Consumer
queue-v2-create-queue-consumer 2 params body → 4XX200
DELETE
/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}
APIs.io Engineering Platform Delete Queue Consumer
queue-v2-delete-queue-consumer 3 params body → 4XX200
PUT
/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}
APIs.io Engineering Platform Update Queue Consumer
queue-v2-update-queue-consumer 3 params body → 4XX200
POST
/accounts/{account_id}/queues/{queue_id}/messages/ack
APIs.io Engineering Platform Acknowledge + Retry Queue Messages
queue-v2-messages-ack 2 params body → 4XX200
POST
/accounts/{account_id}/queues/{queue_id}/messages/pull
APIs.io Engineering Platform Pull Queue Messages
queue-v2-messages-pull 2 params body → 4XX200

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are mq_queue (8 properties), mq_consumer_created (6 properties), mq_queue_message (6 properties), mq_consumer_updated (6 properties). Each schema is shown below with its type and property counts.

mq_queue_created
object
4 properties
mq_queue_updated
object
4 properties
mq_queue_message
object
6 properties
mq_visibility_timeout
number
The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.
mq_consumer_updated
object
6 properties
mq_api-response-common
object
4 properties 4 required
mq_lease_id
string
mq_queue
object
8 properties
mq_name
string
mq_consumer
object
5 properties
mq_messages
array
mq_api-response-common-failure
object
4 properties 4 required
mq_identifier
string
Identifier.
mq_max_retries
number
The maximum number of retries
mq_dlq_name
string
The name of the dead letter queue.
mq_batch_size
number
The maximum number of messages to include in a batch.
mq_result_info
object
4 properties
mq_renamed_name
string
mq_api-response-collection
object
mq_producer
object
2 properties
mq_max_wait_time_ms
number
mq_consumer_created
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-queue-api-openapi.yml Raw ↑