Skip to main content
POST
Dispatch Routes

Authorizations

Authorization
string
header
required

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

Body

application/json

Input for dispatching routes to jobs.

routeIds
string[]
required

Route IDs (internal or external) to dispatch

autoDispatch
boolean
default:true

Automatically dispatch to provider (default: true)

Response

OK

Response payload for dispatching routes.

jobs
DispatchedJobSerializer · object[]
required

Jobs created from the dispatched routes.