Skip to main content
POST
Get routing form response headers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
scope
enum<string>
required
Available options:
user,
team,
org
Example:

"user"

selectedTeamId
number

Team ID for team-scoped routing insights

Example:

12

routingFormId
string

Routing form ID to filter fields

Example:

"form_123"

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object[]
required