POST
/
v1
/
api
/
batches
Create a batch of messages (stub)
curl --request POST \
  --url https://backend.blooio.com/v1/api/batches \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header as Bearer YOUR_API_KEY.

Response

501

Not implemented