Diff two license verifications

Returns the diff according to jsondiffpatch format between the specified verification and the previous successful verification.

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 diff with the previous one.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

500

Server Error

get/providers/{providerId}/licenses/{licenseId}/verifications/{verificationId}/diff
Response samples
application/json
{
  • "old": {
    },
  • "new": {
    },
  • "diff": null
}