Certificate

Certificate

POST https://biometrid.com/api/providers/custom/ama/certificate?processId={{processId}}

This endpoint allows you to get the user certificate

Query Parameters

Name
Type
Description

processId

String

ID of process to save the result

Headers

Name
Type
Description

Accept-Language

String

en (default), pt

Content-Type*

String

application/json

Auhtorization*

String

Authentication account or user token

Request Body

Name
Type
Description

phoneNumber*

String

User phone number

{
  "data": {
    "certificate": "CERTIFICATE"
  },
  "meta": {
    "message": "Success."
  },
  "status": true
}

Last updated

Was this helpful?