Developers
John gets the API, sandbox key, webhook contract, and hosted redirect he needs to ship a first integration in an afternoon.
POST $THIBIT_API_URL/api/v1/external/workflows/run
Authorization: Bearer $THIBIT_API_KEY
{
"workflowId": "quick-kyc-liveness-v1",
"entity": {
"type": "individual",
"id": "user_123"
},
"webhookUrl": "https://<your-backend>/webhooks/thibit"
}