Skip to main content
GET
/
verify
/
v1
/
attempts
List verification attempts
curl --request GET \
  --url https://api.voyant.travel/verify/v1/attempts \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "organizationId": "<string>",
      "serviceId": "<string>",
      "toValue": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "providerStatus": "<string>",
      "errorMessage": "<string>",
      "verifiedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.

Response

200 - application/json

Verification attempts

data
object[]
required