v2

latestSwagger 2.02026-08-0610101.9 MB
Verifications

Get verification profiles

GET a verification's profiles. A profile is the collection of claims used in a verification.

get/v0/verifications/{verification-id}/profiles

Path parameters

verification-idstring required

Response

OK

Example response

{
  "verification-subject-profile": {
    "current-claims": [
      {
        "telephone-number": "+442012345678"
      }
    ]
  },
  "verification-related-party-profiles": [
    {
      "current-claims": [
        {
          "telephone-number": "+442012345678"
        }
      ]
    }
  ]
}