OTP

Update step otp stage 1

POST https://biometrid.com/api/processes/:id/step

This endpoint allows you to update a process step otp stage 1.

Path Parameters

Name
Type
Description

id

string

ID of the process to get

Headers

Name
Type
Description

Accept-Language

string

en (default), pt

Content-Type

string

application/json or multipart/form-data

Authorization

string

Authentication account token

{
  "data": {SHOW_CURRENT_STEP},
  "meta": {
    "message": "ProcessStep updated with success."
  },
  "status": true
}
{
	"phoneNumber": {
		"country": "PT",
		"number": "9********"
	}
}

Update step otp stage 2

POST https://biometrid.com/api/processes/:id/step

This endpoint allows you to update the process step otp stage 2.

Path Parameters

Name
Type
Description

id

string

ID of the process to get

Headers

Name
Type
Description

Accept-Language

string

en (default), pt

Content-Type

string

application/json or multipart/form-data

Authorization

string

Authentication account token

{
  "data": {SHOW_CURRENT_STEP},
  "meta": {
    "message": "ProcessStep updated with success."
  },
  "status": true
}
{
	"otpCode": "****"
}

Last updated

Was this helpful?