Skip to main content
GET
Get a routing form
Returns one routing form with its questions in inputs and its routes in routes. A question carries its type, its options, and the CRM attribute it maps onto. A question that takes no options carries an empty options array. A route carries its destination and the rules that select it. Exactly one route is the fallback, which takes every submission that matches no other route. The fallback carries an empty rules array.
The id is a UUID. A malformed id answers 404, not 422. A routing form outside your workspace answers 404 as well.

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the routing form.

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

routingForm
object

A routing form with its questions and its routes, as returned when you fetch one routing form.

Last modified on September 9, 2026