cURL
curl --request GET \ --url https://api.ongoody.com/v1/order_batches/{id}/recipients \ --header 'Authorization: Bearer <token>'
200
Recipients retrieved for sent order batch
{ "data": [ { "first_name": "Alena", "last_name": "Kenter", "email": "alena@ongoody.com" }, { "first_name": "Michael", "last_name": "Franci", "email": "michael@ongoody.com" } ], "list_meta": { "total_count": 2 }}
Your Goody API key.
Order batch ID
Page for pagination, starting at 1
x >= 1
Items per page for pagination
1 <= x <= 100
Recipients retrieved with pagination
The response is of type object.
object