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.eyJzdWIiOiIxODY2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTk1LCJleHAiOjE3NDAxNDM1OTUsImp0aSI6IjcwZDNlOWIxLTViMmItNDFhOS1iMWEyLWNkYjI2OWI3OWQwYiJ9.Wb_EgC3V6gANLVp7Be0gP4hlSu3hGO8o8DUKT64MSeU
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: 1a523e21-fcf6-4bc8-8ba7-6cbd73004321
x-runtime: 0.026451
content-length: 78

Body

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