GET
/
v1
/
{workspace}
/
event
/
{url_encoded_event_name}
/
linked_workflows
/
cURL
curl -X GET "https://api.suprsend.com/v1/{workspace}/event/{url_encoded_event_name}/linked_workflows/" \
  --header 'Authorization: ServiceToken <token>' \
  --header 'Content-Type: application/json'
{
  "results": [
    {
      "slug": "onbaording_series",
      "usage": [
        "Trigger Event"
      ]
    }
  ]
}
Fetch list of all workflows where this event is added either as trigger event or in wait until or smart routing as success metric.

Authorizations

ServiceToken <token>
string
header
required

You can get Service Token from SuprSend dashboard -> Account Settings -> Service Tokens section.

Path Parameters

workspace
string
required

Workspace slug (staging, production, etc.)

url_encoded_event_name
string
required

URL encoded event name. Example - SHIPMENT%20ARRIVED

Response

200
application/json

Successfully retrieved linked workflows

The response is of type object.