REST API
Cancel Verification
DELETE
Cancels and deletes an ongoing verification session.Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Basic authentication: set
Authorization.username to your Client ID (client_id) and Authorization.password to your Client Secret (client_secret). The interface builds the header automatically.Direct API format:
Basic <base64(client_id:client_secret)>.Path Parameters
The unique identifier for the verification session.

