cURL
curl --request GET \ --url https://api.amisend.com/audiences/{id}/contacts \ --header 'Authorization: Bearer <token>'
{ "total": 123, "page": 123, "pages": 123, "results": [ "<any>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the audience
Page number
Number of results per page
Search by name or email
List of contacts in the audience
The response is of type object.
object