Delivery
Delivery configuration that determines the method used to deliver subject states to consumers.
Endpoints
Create delivery Request#
POST
await client.deliveryCreate(data)
request parameters
response parameters
After submitting a call, you receive a response message to inform you that your request was received and processed.Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
Get delivery Request#
GET
await client.deliveryGet(deliveryId)
request parameters
response parameters
After submitting a call, you receive a response message to inform you that your request was received and processed.Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
Delete delivery Request#
DELETE
await client.deliveryDelete(deliveryId)
request parameters
response parameters
After submitting a call, you receive a response message to inform you that your request was received and processed.Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
Get delivery list Request#
GET
await client.deliveryGetList()
request parameters
This endpoint does not take any query or body parameters
response parameters
After submitting a call, you receive a response message to inform you that your request was received and processed.Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses