Skip to content

Green Check Access (1.0.0)

Green Check Access

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

Authentication

Operations

Service Provider

Operations

CRB Info

Operations

CRB Customers

Operations

CRB Documents

Operations

CRB Inventory

Operations

CRB Inventory Locations

Operations

CRB Products

Operations

CRB Sales

Operations

CRB Templates

Operations

CRB

Operations

Customers

Operations

Documents

Operations

Get CRB documents

Request

Security
access_auth
Path
crb_idstring^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...required

CRB Id

curl -i -X GET \
  'https://developer.greencheckverified.com/_mock/apis/swagger/crbs/{crb_id}/documents' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Ok

Bodyapplication/jsonArray [
idstringrequired
org_idstringrequired
s3_keystringrequired
file_namestringrequired
uploaded_bystringrequired
upload_datestringrequired
deletedbooleanrequired
]
Response
application/json
[ { "id": "string", "org_id": "string", "s3_key": "string", "file_name": "string", "uploaded_by": "string", "upload_date": "string", "deleted": true } ]

Get CRB document by Id

Request

Security
access_auth
Path
crb_idstring^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...required

CRB Id

doc_idstring^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...required

Document Id

curl -i -X GET \
  'https://developer.greencheckverified.com/_mock/apis/swagger/crbs/{crb_id}/documents/{doc_id}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Ok

Bodyapplication/json
idstringrequired
org_idstringrequired
s3_keystringrequired
file_namestringrequired
uploaded_bystringrequired
upload_datestringrequired
deletedbooleanrequired
Response
application/json
{ "id": "string", "org_id": "string", "s3_key": "string", "file_name": "string", "uploaded_by": "string", "upload_date": "string", "deleted": true }

Inventory

Operations

Inventory Locations

Operations

Products

Operations

Sales

Operations