List tags
Returns every tag belonging to the current project. Use is_provider to restrict the response to provider-defined tags.
Query Parameters
- Type: boolean
If true, return only provider-defined tags. Defaults to false (user-defined tags).
Responses
- application/json
- application/json
Request Example for get/v1/tags
curl 'http://api.mailreach.co/api/v1/tags?is_provider=false' \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
[
{
"id": 7,
"name": "sales-team"
}
]