DolphyFin
Build with DolphyFin

Interactive API Playground

Simulate request headers and check output JSON blocks from the DolphyFin verify endpoint.

Endpoint Config

POST /v1/identity/verify

Request Payload JSON

{
  "type": "pan",
  "number": "ABCDE1234F",
  "consent": true
}
            

Response Payload JSON

{
  "status": "pending_execution",
  "message": "Click Send to dispatch token request"
}
            
ESC