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.
Success
Bad Request
Unauthorized
Client Error
Forbidden
Not Found
Server Error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
- "registrationNumber": "string",
- "currentVerification": {
- "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": {
- "businessActivityCode": "string",
- "drugSchedules": [
- "string"
], - "expirationDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "additionalCompanyInfo": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "zipCode": "string",
- "businessActivitySubCode": "string",
- "paymentIndicator": "Paid",
- "active": true,
- "problems": [
- "NameMismatch"
], - "businessActivity": "string"
}, - "deaxResults": {
- "number": "string",
- "certifiedPatientLimit": 0
}
}
}