Skip to main content
POST
/
provider
cURL
curl --request POST \
  --url https://api.tryvisible.com/provider \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "taxID": "<string>",
  "NPI": "<string>",
  "address": "<string>"
}
'
{
  "taxID": "<string>",
  "NPI": "<string>",
  "address": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
taxID
string
required

Tax Identification Number

NPI
string
required

National Provider Identifier

address
string
required

Provider address

Response

Provider created

taxID
string
required

Tax Identification Number

NPI
string
required

National Provider Identifier

address
string
required

Provider address