Dockt support
Overview
Dockt Public API 0.1.0
Section titled “Dockt Public API 0.1.0”Dockt API for workforce and compliance verification workflows. Backend integrations authenticate with an API key or an M2M access token. Start by creating an assessment, upload one or more documents, then poll the returned Document id or receive a signed webhook before reading the decision. Workspace routes resolve ownership from the authenticated principal; never send worker documents directly from an untrusted browser.
Authentication
Section titled “ Authentication ”bearerAuth
Section titled “bearerAuth ”Send either an opaque Dockt API key or a short-lived M2M access token as Authorization: Bearer <token>. Exchange M2M client credentials at the token_url returned when the credential is created.
Security scheme type: http
Bearer format: Bearer
sessionCookie
Section titled “sessionCookie ”Browser session established by the /v1/auth login or signup flow. Backend integrations should use API-key or M2M authentication.
Security scheme type: apiKey
Cookie parameter name: dockt_session