Skip to main content
GET
/
workflows
/
alias
/
redirect
/
{alias}
/
{index}
/
{user}
Redirect to a specific workflow
curl --request GET \
  --url https://api.reelevant.com/v2/workflows/alias/redirect/{alias}/{index}/{user} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

alias
string
required

Redirect alias

Pattern: [0-9A-z]+
index
number
required

Entrypoint index in the entrypoint list or first part in entrypoint id

Required range: x >= 0
user
string
required

User identifier

Query Parameters

no-cache
boolean

Disable all cache for this execution

dry-run
boolean

Disable all stats for this execution

Response

any | null

Ok

Can be any value