cURL
curl --request POST \ --url https://api.soharhealth.com/v1/providers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "npi": "0123456789", "payerId": "62308", "state": "CA" }'
{ "providerId": "ccc9ffc3-b309-4598-99ad-eb219d82177a" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A provider config
The response is of type object.
object