Visit api.envoke.com to test APIs and get examples in 20+ languages
Note that tags in the API are referred to as "interests" due to legacy reasons.
Return a list of tags
Get a list of all tags in your account.
Endpoint: /interests
HTTP method: GET
URL: https://e1.envoke.com/v1/interests
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 tags
https://e1.envoke.com/v1/interests
curl -X GET -u API_ID:API_KEY "https://e1.envoke.com/v1/interests"
Return type
Object with tag id key / name value pairs
The key is the tag id.
The value is the tag name.
Tag object key / value format example
{
"123":"Agent",
"124":"Consumer": ,
"125": "Contact request"
}