Attach a DEA registration number to a provider

To perform a DEA registration lookup you must first attach a DEA registration number to a provider. Everytime you call this endpoint a new verification will be made.

Request
path Parameters
providerId
required
string <uuid>

The identifier describing the provider to attach the DEA registration number to.

registrationNumber
required
string

The DEA registration number to attach to the provider.

Responses
200

Success

400

Bad Request

401

Unauthorized

402

Client Error

403

Forbidden

404

Not Found

500

Server Error

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