Create applicant, workflow and return sdk token
Workflow Runs
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.eyJzdWIiOiIxOTI4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjMxLCJleHAiOjE3NTU4NTgyMzEsImp0aSI6IjBlYmE4ZDQwLTg0ZDEtNDYzYi04ZjMyLWFjM2IzZDkyNzUzMSJ9.xvPzCPpHV05YoG8ZWxDggjakphkM6D-l-7y4zVSjAuE
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: 6c0c5c98-5b1e-46f8-a4a7-8767c5c7db09
x-runtime: 0.021172
content-length: 78
Body
{
"workflow_run": {
"id": 1,
"sdk_token": "test_token",
"workflow_run_id": "test_id"
}
}