Skip to main content
POST
/
api
/
faceRecognition
/
matchmaker
/
findFaceMatchmakersByOrg
Find face matchmakers by org
curl --request POST \
  --url https://api2.rhombussystems.com/api/faceRecognition/matchmaker/findFaceMatchmakersByOrg \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '{}'
{
  "faceMatchmakers": [
    {
      "createdOn": "2024-01-01T00:00:00Z",
      "id": "face_12345",
      "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "personUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "uploaded": true
    }
  ]
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for finding face matchmakers by organization.

Response

200 - application/json

OK

Response object containing face matchmakers for an organization.

faceMatchmakers
object[] | null

List of face matchmakers for the organization