POST /send/:event/routing
Example
Method: POST
URL: https://api.courier.com/send/abcdefgh12345678/routing
Body:
{
"recipients": [
{
"recipient": "abcdefgh12345678",
"data": {
"name": "Jane Smith",
"age": 27
},
"profile": {
"phone_number": "2025550125",
"email": "jane.smith@example.com"
}
}
]
}