List all verifications for a DEA registration

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

Request
path Parameters
providerId
required
string <uuid>

The identifier describing the provider that holds the DEA registration.

registrationNumber
required
string

The DEA registration number to get the verifications from.

Responses
200

Success

400

Bad Request

401

Unauthorized

402

Client Error

403

Forbidden

500

Server Error

get/providers/{providerId}/dea/{registrationNumber}/verifications
Response samples
application/json
[
  • {
    }
]