Destinations
GET /v1/destination/{id}
Description
Get info for one destination.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Path Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
GET /v1/destination
Description
Get info about all destinations.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
POST /v1/destination
Description
Create a Kafka destination.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Example Response
POST /v1/destination
Description
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Example Response
POST /v1/destination
Description
Create a Redis PubSub destination.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
POST - /v1/destination
Description
Create a Redis Streams destination.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
PUT /v1/destination
Description
Update a destination.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
DELETE /v1/destination
Description
Delete a destination.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
GET /v1/verify-destination/{id}
Description
Validate that Batch is able to access a newly created destination.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Path Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
Last updated