Green Check Access
Green Check Access (1.0.0)
- Mock serverhttps://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/onboarding-templates
- Sandbox serverhttps://sandbox-api.greencheckverified.com/service-providers/{sp_id}/onboarding-templates
- Production serverhttps://prod-api.greencheckverified.com/service-providers/{sp_id}/onboarding-templates
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/onboarding-templates' \
-H 'Authorization: YOUR_API_KEY_HERE'Ok
Custom fields array. These are a list of freeform questions to collect any information from your clients.
List of file names and document IDs of files attached to this field. Used in File and Display Content fields
The desired action to take on the field if all conditions are true
Array of conditions that must all be met in order for the rule to evaluate true. Currently limited to one condition but using an array to make it easier to extend
The different condition operators to use
The field to check the value of against the target value
Set to true if this field should be required in the form
The desired action to take on the field if all conditions are true
Array of conditions that must all be met in order for the rule to evaluate true. Currently limited to one condition but using an array to make it easier to extend
The different condition operators to use
The field to check the value of against the target value
[ { "template_id": "string", "date_created": "string", "date_updated": "string", "updated_by": "string", "created_by": "string", "published_date": "string", "published_by": "string", "version": "string", "name": "string", "description": "string", "custom_field_sections": [ { "smart_rule": { "action": "Show", "conditions": [ { "operator": "Is Equal To", "targetFieldId": "string", "targetValue": "string" } ] }, "fields": [ { "attachments": [ {} ], "paragraph": "string", "smart_rule": { "action": "Show", "conditions": [null] }, "required": true, "helpText": "string", "label": "string", "type": "textSingleLine", "id": "string" } ], "order": 0.1, "description": "string", "label": "string", "section_id": "string" } ], "document_requirements": [ { "type": "bank_custom", "archived": true, "required": true, "attachments": [ { "id": "string", "file_name": "string" } ], "category": "financial", "description": "string", "name": "string", "requirement_id": "string" } ] } ]
- Mock serverhttps://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/ein-search
- Sandbox serverhttps://sandbox-api.greencheckverified.com/service-providers/{sp_id}/ein-search
- Production serverhttps://prod-api.greencheckverified.com/service-providers/{sp_id}/ein-search
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/ein-search?ein=string' \
-H 'Authorization: YOUR_API_KEY_HERE'[ { "ein": "string", "name": "string", "mailingstreetaddress": "string", "mailingstate": "string", "mailingpostalcode": "string", "mailingcity": "string", "streetaddress": "string", "state": "string", "postalcode": "string", "city": "string" } ]
- Mock serverhttps://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/connect-crb
- Sandbox serverhttps://sandbox-api.greencheckverified.com/service-providers/{sp_id}/connect-crb
- Production serverhttps://prod-api.greencheckverified.com/service-providers/{sp_id}/connect-crb
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/connect-crb' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"id": "string",
"template_id": "string"
}'Ok
Enumeration of all of the United States
Date the dispensary was established
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "street_address": "string", "street_address_2": "string", "city": "string", "ein": "string", "phone_number": "string", "postal_code": "string", "country": "string", "state": "AL", "website": "string", "timezone": "America/New_York", "mailing_street_address": "string", "mailing_city": "string", "mailing_state": "AL", "mailing_postal_code": "string", "established_date": "string", "ftEmployees": 0, "ptEmployees": 0, "entityType": "sole", "dba": "string", "monthlySales": "string", "monthlyCustomers": 0 }