Complete a workflow session

URL

POST https://api.complycube.com/v1/workflowSessions/:id/complete

Notifies ComplyCube that a workflow session has completed, triggering all configured verification checks.

Headers

Name
Type
Description

Authorization*

string

The API live or test key.

Path parameters

Name
Type
Description

id*

string

The ID of the workflow session.

Example request

curl -X POST https://api.complycube.com/v1/workflowSessions/{:wfSessionId}/complete \
     -H 'Authorization: <YOUR_API_KEY>' \
     -H 'Content-Type: application/json'

Example response

{
    "status": "processing"
}