Get a specific license verification

Returns the data for a specific previously executed license verification. This endpoint can be used to retrieve historical results on older license verifications.

Request
path Parameters
providerId
required
string <uuid>

The identifier describing the provider that holds the license.

licenseId
required
string <uuid>

The identifier describing the license that was previously verified.

verificationId
required
string <uuid>

The identifier describing the license verification that you want to retrieve.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}/licenses/{licenseId}/verifications/{verificationId}
Response samples
application/json
{
  • "originalStatus": "Found",
  • "status": "Found",
  • "trigger": "Manual",
  • "started": "2019-08-24T14:15:22Z",
  • "processingTime": 0,
  • "results": [
    ],
  • "verificationSource": {
    },
  • "failureReason": {
    },
  • "correctResultIndex": 0,
  • "export": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "monitoringMetadata": {
    }
}