Get a specific DEA registration from a provider

Returns the data and latest verification for a specific DEA registration attached to a specific provider.

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 data for.

Responses
200

Success

400

Bad Request

401

Unauthorized

402

Client Error

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}/dea/{registrationNumber}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
  • "registrationNumber": "string",
  • "currentVerification": {
    }
}