Create

Create Process

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

This endpoint allows you to create a process.

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": "Process created with success."
  },
  "status": true
}

Last updated

Was this helpful?