Workflow Runs

Create applicant, workflow and return sdk token

POST create workflow run

Endpoint

POST /api/v1/users/workflow_runs

Request

Route

POST /api/v1/users/workflow_runs

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxODk3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTU2LCJleHAiOjE3NDUwNTY5NTYsImp0aSI6IjI0NzI0YzcyLWIyYzItNDIwMi1iMDUwLWUxNTY1OTYxZTVkZSJ9.czZglk62pXm8smgbAUyFRstzp2Gh5xfBLhceyDf1kk4
Host: example.org
Cookie: 

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"e849cbc3a36ff1262495c35109b898dc"
cache-control: max-age=0, private, must-revalidate
x-request-id: b2df4454-0579-48c0-b95f-a0956cae4203
x-runtime: 0.026173
content-length: 78

Body

{
  "workflow_run": {
    "id": 1,
    "sdk_token": "test_token",
    "workflow_run_id": "test_id"
  }
}