Get Recipients

GET /api/campaign/recipients

Returns a list of recipients in an email campaign

GET /api/campaign/recipients
curl \
 --request GET http://api.example.com/api/campaign/recipients \
 --header "Authorization: Bearer $ACCESS_TOKEN"