POST
/
v1
/
providers
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

A provider config

The response is of type object.