Type of the file uploading
CertifyOS API
/- Upload Provider Attested Data Document
Create Provider
Retrieve all available information for a provider.
Save attested provider data
Fetch attested provider data
Retrieve signed url of a given supporting-document id.
Lists all provider survey responses in an organization
Lists all provider email outreaches in an organization
Retrieve CAQH data for a provider
Creates a credentialing workflow for the provider.
Retrieve signed URL for provider PSV PDF
Modify groups associated to a provider
Retrieve groups/ org-entities for a provider.
Retrieve credentialing workflow timelines for a provider
Create Bulk Provider Professional IDs
Get list of provider specialties
Create provider specialties
Update provider specialty
Delete provider specialty
Upload Provider Attested...
CertifyOS API
- Mock serverhttps://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/attested-data
- Productionhttps://ng-api-production.certifyos.com/v2/provider/{providerId}/attested-data
- Staging (Test Data)https://ng-api-stg.certifyos.com/v2/provider/{providerId}/attested-data
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/attested-data' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'organization-id: string'Response
application/json
{ "purpose": "string", "organization_id": "string", "workflow_id": "string", "date_complete": "2019-08-24T14:15:22Z", "attestation_metadata": [ { … } ], "data_snapshot": { "first_name": { … }, "middle_name": { … }, "last_name": { … }, "suffix_name": { … }, "npi": { … }, "other_name": [ … ], "email": [ … ], "caqh_id": { … }, "provider_type": { … }, "education": [ … ], "licenses": [ … ], "speciality_board_certification": [ … ], "dea": [ … ], "addresses": [ … ], "dob": { … }, "gender": { … }, "sex": { … }, "ssn": { … }, "document": [ … ], "employment_history": [ … ], "liability_insurance": [ … ] }, "question": [ { … } ] }
- Mock serverhttps://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/attested-data/documents
- Productionhttps://ng-api-production.certifyos.com/v2/provider/{providerId}/attested-data/documents
- Staging (Test Data)https://ng-api-stg.certifyos.com/v2/provider/{providerId}/attested-data/documents
- 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/{providerId}/attested-data/documents' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-H 'organization-id: string' \
-F fileType=string \
-F organizationId=string \
-F workflowId=string \
-F file=string- Mock serverhttps://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/supporting-documents/{supportingDocumentId}/signed-url
- Productionhttps://ng-api-production.certifyos.com/v2/provider/{providerId}/supporting-documents/{supportingDocumentId}/signed-url
- Staging (Test Data)https://ng-api-stg.certifyos.com/v2/provider/{providerId}/supporting-documents/{supportingDocumentId}/signed-url
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/supporting-documents/{supportingDocumentId}/signed-url' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'organization-id: string'