cURL
curl --request GET \ --url https://api.onset.io/v1/subscribers \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "email": "[email protected]", "lists": [ { "id": "<string>", "name": "<string>" } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Retrieve a list of subscribers
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Number of items to skip
0 <= x <= 1000
Maximum number of items to return
1 <= x <= 100
List of subscribers retrieved successfully
Unique subscriber identifier
Subscriber email address
Lists the subscriber belongs to
Show child attributes
Unique list identifier
List name
When the subscriber was created
When the subscriber was last updated
Was this page helpful?