Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- InboundBulkMessage
- InboundBulkMessage
curl --request POST \
--url https://api.courier.com/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"message": {
"template": "<string>",
"brand": "<string>",
"data": {},
"event": "<string>",
"locale": {},
"override": {}
}
}'{
"jobId": "<string>"
}curl --request POST \
--url https://api.courier.com/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"message": {
"template": "<string>",
"brand": "<string>",
"data": {},
"event": "<string>",
"locale": {},
"override": {}
}
}'{
"jobId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes