Use the tags
method to receive a list of all tags you have available. These tags can be assigned both automatically (i.e. system tags) and manually by users in edna platform. If the request is successful, you will receive a response with a list of tags.
URL
To use the method, send an empty GET request to the following endpoint: /subscribers/tags
.
Request Example
curl --location --request GET 'http://jsonapi.facade.edna.dte/api/subscribers/tags' \ --header 'x-api-key: super_secret_key'
Response Example
[{"name":"Male"},{"name":"Female"},{"name":"Gender is not specified"},{"name":"<18"},{"name":"18-25"},{"name":"26-30"},{"name":"31-35"},{"name":"36-40"},{"name":"40-45"},{"name":"45-50"},{"name":">50"},{"name":"Age is not specified"},{"name":"Black list"},{"name":"Created by system"},{"name":"Created automatically"}]