cURL
curl --request GET \ --url https://api.onset.io/v1/subscribers/{id} \ --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 specific subscriber by their ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscriber ID
Subscriber 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?