List all verifications for a license

It is possible to perform more than one verification for any given license. In order to go back in history you can use this endpoint to get a list of all verifications for the specified license.

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 to get the verifications from.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}/licenses/{licenseId}/verifications
Response samples
application/json
[
  • {
    }
]