Visit api.envoke.com to test APIs and get examples in 20+ languages
Return a list of subscriptions
Endpoint: /subscriptions
HTTP method: GETURL: https://e1.envoke.com/v1/subscriptions
Get a list of all account subscriptions.
NOTE: All examples below are formatted for readability, actual GET requests require URI encoding. Each example below also includes a cURL request. Make sure to change the API_ID and API_KEY with your values.
Return all subscriptions
https://e1.envoke.com/v1/subscriptions
curl -X GET -u API_ID:API_KEY "https://e1.envoke.com/v1/subscriptions"
Return type
Object with subscription id key / name value pairs
The key is the subscription id.
The value is the subscription name.
Subscription object key / value format example
{
"123": "Newsletter",
"124": "New product updates": ,
"125": "Upcoming events"
}