Add a provider to the organization
CertifyOS API
- Mock serverhttps://docs.certifyos.com/_mock/reference/application/api/v2/provider-with-groups
- Productionhttps://ng-api-production.certifyos.com/v2/provider-with-groups
- Staging (Test Data)https://ng-api-stg.certifyos.com/v2/provider-with-groups
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.certifyos.com/_mock/reference/application/api/v2/provider-with-groups \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'organization-id: string' \
-d '{
"first_name": "string",
"middle_name": "",
"last_name": "string",
"degree": "AA",
"npi": "",
"states": "string",
"caqh_provider_id": "",
"last_credentialed_date": "2019-08-24T14:15:22Z",
"next_credentialing_date": "2019-08-24T14:15:22Z",
"external_id": "string",
"primary_email": "string@string.com",
"gender": "M",
"dob": "2019-08-24T14:15:22Z",
"groups": [
{
"group_name": "string",
"group_npi": "2345678901",
"group_tin": "123456789",
"location_name": "string",
"external_group_id": "string"
}
]
}'Response
application/json
{ "provider_id": "sfas12345", "is_created": false }