Diff two DEA registration 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 DEA registration.

registrationNumber
required
string

The registration number that was previously verified.

verificationId
required
string <uuid>

The identifier describing the verification that you want to diff with the previous one.

Responses
200

Success

400

Bad Request

401

Unauthorized

402

Client Error

403

Forbidden

404

Not Found

409

Conflict

500

Server Error

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