Green Check Access
- Delete a document from an onboarding requirement
Get CRB's onboarding template for service provider
Add a document to a requirement in a CRB's onboarding template response
Update a document's status
Delete a document from an...
Green Check Access (1.0.0)
Overview
Languages
Servers
Mock server
https://developer.greencheckverified.com/_mock/apis/swagger
Sandbox server
https://sandbox-api.greencheckverified.com
Production server
https://prod-api.greencheckverified.com
- Mock serverhttps://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/crbs/{crb_id}/onboarding-template/requirements/{requirement_id}/documents/{document_id}
- Sandbox serverhttps://sandbox-api.greencheckverified.com/service-providers/{sp_id}/crbs/{crb_id}/onboarding-template/requirements/{requirement_id}/documents/{document_id}
- Production serverhttps://prod-api.greencheckverified.com/service-providers/{sp_id}/crbs/{crb_id}/onboarding-template/requirements/{requirement_id}/documents/{document_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/crbs/{crb_id}/onboarding-template/requirements/{requirement_id}/documents/{document_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"status": "approved"
}'Ok
Custom field data
Enumeration of all of the United States
Enum"AL""AK""AZ""AR""AS""CA""CO""CT""DE""DC"
Enum"Cultivator""Processor""Lab""Dispensary (Adult / Medical)""Social Consumption / Events""Delivery / Transport""Combined License""Other"
This enum is used within our UI to display the license status. 1:1 with CRBMUniformLicenseStatusDescription + Unchecked
Enum"Active""Approved/Pending""Inactive""Pre-License""Unknown""Unlicensed""Unmatched"
Enum"Caregiver""CBD""Corporate Officer""Cultivation""Delivery/Transporter""Event Organizer""Hemp""Illicit Establishment""Management Company""Manufacturer/Processor"
Response
application/json
{ "requirement_id": "string", "date_updated": "string", "date_created": "string", "requirement_version": "string", "status": "string", "documents": [ { "id": "string", "internal_note": "string", "friendly_name": "string", "expiration_date": "string", "license_name": "string", "license_number": "string", "state": "AL", "reviewed_by": "92ab4dbc-1b27-40ce-b24b-7dde8f4709be", "review_date": "2019-08-24T14:15:22Z", "status": "approved", "file_name": "string", "uploaded_by": "string", "upload_date": "2019-08-24T14:15:22Z", "tribal_nation": "string", "tribal_nation_license_type": "Cultivator", "license_status": "Active", "date_verified": "string", "verified_expiration_date": "string", "business_name": "string", "licensing_authority": "string", "license_identifier": "string", "uniform_license_type_description": "Caregiver", "reported_license_type_description": "string", "licensing_authority_state": "string" } ], "name": "string", "description": "string", "category": "string", "archived": true, "required": true }
- Mock serverhttps://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/crbs/{crb_id}/onboarding-template/requirements/{requirement_id}/documents/{document_id}
- Sandbox serverhttps://sandbox-api.greencheckverified.com/service-providers/{sp_id}/crbs/{crb_id}/onboarding-template/requirements/{requirement_id}/documents/{document_id}
- Production serverhttps://prod-api.greencheckverified.com/service-providers/{sp_id}/crbs/{crb_id}/onboarding-template/requirements/{requirement_id}/documents/{document_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/crbs/{crb_id}/onboarding-template/requirements/{requirement_id}/documents/{document_id}' \
-H 'Authorization: YOUR_API_KEY_HERE'Ok
Custom field data
Enumeration of all of the United States
Enum"AL""AK""AZ""AR""AS""CA""CO""CT""DE""DC"
Enum"Cultivator""Processor""Lab""Dispensary (Adult / Medical)""Social Consumption / Events""Delivery / Transport""Combined License""Other"
This enum is used within our UI to display the license status. 1:1 with CRBMUniformLicenseStatusDescription + Unchecked
Enum"Active""Approved/Pending""Inactive""Pre-License""Unknown""Unlicensed""Unmatched"
Enum"Caregiver""CBD""Corporate Officer""Cultivation""Delivery/Transporter""Event Organizer""Hemp""Illicit Establishment""Management Company""Manufacturer/Processor"
Response
application/json
{ "requirement_id": "string", "date_updated": "string", "date_created": "string", "requirement_version": "string", "status": "string", "documents": [ { "id": "string", "internal_note": "string", "friendly_name": "string", "expiration_date": "string", "license_name": "string", "license_number": "string", "state": "AL", "reviewed_by": "92ab4dbc-1b27-40ce-b24b-7dde8f4709be", "review_date": "2019-08-24T14:15:22Z", "status": "approved", "file_name": "string", "uploaded_by": "string", "upload_date": "2019-08-24T14:15:22Z", "tribal_nation": "string", "tribal_nation_license_type": "Cultivator", "license_status": "Active", "date_verified": "string", "verified_expiration_date": "string", "business_name": "string", "licensing_authority": "string", "license_identifier": "string", "uniform_license_type_description": "Caregiver", "reported_license_type_description": "string", "licensing_authority_state": "string" } ], "name": "string", "description": "string", "category": "string", "archived": true, "required": true }