GET
/
v1
/
order_batches
/
{id}
/
recipients
{
  "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
  }
}

Authorizations

Authorization
string
headerrequired

Your Goody API key.

Path Parameters

id
string
required

Order batch ID

Query Parameters

page
integer
default: 1

Page for pagination, starting at 1

per_page
integer
default: 20

Items per page for pagination

Response

200 - application/json
data
object[]
list_meta
object