Skip to main content
Use this endpoint to get all your users that subscribed to your service.
GET

Authorization

All you need is to include your secret key as a value of authorization in the header and hit the endpoint above.
string
required
Use the secret key that matches the mode you are in TEST or LIVE

Response

In the response to your request you will get an object containing an array of all your subscribers each as an object.
Keep the subscriberId because you might need it to update email or unsubscribe.