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>" }
Creates a new provider.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tax Identification Number
National Provider Identifier
Provider address
Provider created