Skip to content

GET /

Endpoint

GET /

Headers

biometrid-app: YOUR_APP_ID
biometrid-credential: YOUR_CREDENTIAL_ID
Content-Type: application/json

cURL Example

curl -X GET "https://api.biometrid.com/" \
  -H "biometrid-app: YOUR_APP_ID" \
  -H "biometrid-credential: YOUR_CREDENTIAL_ID" \
  -H "Content-Type: application/json"

Response (200)

{
  "data": "3.X.X",
  "meta": {
    "message": "Biometrid API",
    "code": "BIOAPAPS001"
  },
  "status": true
}