Addresses
Overview (1.0)
Download OpenAPI description
Overview
Languages
Servers
https://api.kycaid.com/
Bodyapplication/json
The status of the verification. This value is set automatically by our system, or manually in the Admin panel or the Dashboard after a review
approved: a reviewed and approved verificationdeclined: a reviewed and declined verification
Enum"approved""declined"
If set to true, our system will send the “Verification completed” callback for the specified verification
Enumtruefalse
If set to true, a notification email regarding the status of the verification will be sent by our system to the project owner of the project
Enumtruefalse
- https://api.kycaid.com/verifications/{verification_id}/status
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
application/json
{ "verification_status": "approved", "callback_enabled": true, "project_owner_email_enabled": true, "applicant_email_enabled": true }
Response
application/json
{ "status": "ok", "data": { "verification_id": "d2177cdf067d424a221b5d045dc616bf81f9", "verification_status": "approved" } }