Notifly
API ReferenceEnvironments

List environment tags

Retrieve all unique tags used in workflows within the specified environment. These tags can be used for filtering workflows.

GET
/v2/environments/{environmentId}/tags

Retrieve all unique tags used in workflows within the specified environment. These tags can be used for filtering workflows.

Authorization

secretKey
Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".

In: header

Path Parameters

environmentId*string

Environment internal ID (MongoDB ObjectId) or identifier

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/environments/6615943e7ace93b0540ae377/tags"
{  "data": [    {      "name": "string"    }  ]}