Claims

List claims

Yields a list of all current claims about this Legal Person.

get/v0/legal-persons/{legal-person-id}/claims

Path parameters

legal-person-idstring required

Query parameters

filter[verification-status][eq]'unverified' | 'verified'

The verification-status of a claim changes from "unverified" to "verified" when it has successfully been used in a verification as part of an accepted application. Claims of errored or declined applications are "unverified".

sort'-created-at' | 'created-at'
page[size]integer
page[after]string byte

A base64 encoded opaque string returned in paginated responses.

page[before]string byte

A base64 encoded opaque string returned in paginated responses.

Response

OK

Example response

{
  "claims": [
    {
      "telephone-number": "+442012345678"
    }
  ]
}