Sign

Sign

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

This endpoint allows you to sign a pdf file

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

Authorization*

String

Authentication account or user token

Request Body

Name
Type
Description

document*

String

Base 64 string

phoneNumber*

String

User phone number

pin*

String

User pin code

{
    "data": {
        "reference": "UUID"
    },
    "meta": {
        "message": "Success."
    },
    "status": true
}

Last updated

Was this helpful?