Get a specific DEA registration verification

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

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 retrieve.

Responses
200

Success

400

Bad Request

401

Unauthorized

402

Client Error

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}/dea/{registrationNumber}/verifications/{verificationId}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "timestamp": "2019-08-24T14:15:22Z",
  • "lastUpdated": "2019-08-24T14:15:22Z",
  • "lastSync": "2019-08-24T14:15:22Z",
  • "status": "Found",
  • "originalStatus": "Found",
  • "results": {
    },
  • "deaxResults": {
    }
}