Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 200 OK

    • Description: The details of the requested identification.

    • Example Response:

      Code Block
      languagejson
      {
        "id": "123e4567-e89b-12d3-a456-426614174001",
        "actor": "customer",
        "status": "COMPLETED",
        "source": "FACEMATCH",
        "personData": {
          "firstName": "John",
          "lastName": "Doe",
          "birthDate": "1980-01-01",
          "gender": "M",
          "nationality": "IT",
          "phoneNumber": "+393331112233",
          "email": "john.doe@example.com",
          "address": "Via del Mondo 9, Firenze, IT"
        },
        "validationDetail": {
          "personalNumber": "OK",
          "lastName": "OK",
          "firstName": "OK",
          "birthDate": "OK",
          "gender": "OK",
          "phoneNumber": "OK",
          "email": "OK",
          "documentNumber": "OK"
        },
        "finalizedAt": "2024-10-29T17:42:16Z"
      }
  • 404 Not Found

    • Description: The requested resource was not found.

    • Example Response:

      Code Block
      languagejson
      {
        "type": "about:blank",
        "status": 404,
        "title": "Not Found",
        "detail": "The requested resource was not found.",
        "instance": "urn:uuid:123e4567-e89b-12d3-a456-426614174000?ts=1729667463",
        "retryable": false
      }

3. Advanced scenario

...

This scenario requires retrieving information from the Get list of identifications for a request endpoint.

...