cURL
curl --request POST \ --url https://api.develophealth.ai/provider/authorize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "npi": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>" }'
{ "status": "success" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Represents a request for authorizing a provider.
Successful initiation of provider authorization
The response is of type object.
object