v2

latestSwagger 2.02026-08-0610101.9 MB
Verifications

Get verification resources

Yields details of the verification resources for this verification.

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

Path parameters

verification-idstring required

Query parameters

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

verification-urlstring required

A link to the verification.

organization-urlstring required

Link to the organization.

Example response

{
  "verification-url": "/v0/verifications/vn.IHZlcmlmaWNhdGlvbi1pZA",
  "organization-url": "/v0/organizations/og.IG9yZ2FuaXphdGlvbi1pZA",
  "verification-resources": [
    {
      "verification-resource-id": "vr.N7hwn54ASHCQGOdocxfQQQ"
    }
  ]
}