Validate
Validate
POST
https://biometrid.com/api/providers/custom/ama/validate?processId={{processId}}
This enpoint allows you e resultto validat a referenc
Headers
Name
Type
Description
Accept-Language
String
en (default), pt
Content-type*
String
application/json
Authorization*
String
Authentication account or user token
Request Body
Name
Type
Description
reference*
String
UUID sign pdf file
code*
String
User SMS otp code
{
"data": {
"document": "base64-string-pdf-file"
},
"meta": {
"message": "Success."
},
"status": true
}
Last updated
Was this helpful?