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

Get Bearer Token

Request

Exchange credentials for an bearer token.

Bodyapplication/jsonrequired
client_idstringrequired
client_secretstringrequired
grant_typestringrequired
Value"client_credentials"
scopeArray of strings
Items Enum"service-provider:read""service-provider:write""crb:read""point-of-sale:read""point-of-sale:write""trace""admin"
curl -i -X POST \
  https://developer.greencheckverified.com/_mock/apis/swagger/auth/token \
  -H 'Content-Type: application/json' \
  -d '{
    "client_id": "string",
    "client_secret": "string",
    "grant_type": "client_credentials",
    "scope": [
      "service-provider:read"
    ]
  }'

Responses

Ok

Bodyapplication/json
access_tokenstringrequired

Bearer token passed with request

token_typestringrequired

Access returns a Bearer token

Value"Bearer"
scopeArray of stringsrequired

List of scopes this token has access to

Items Enum"service-provider:read""service-provider:write""crb:read""point-of-sale:read""point-of-sale:write""trace""admin"
expires_atnumber(double)required

Seconds until this token expires

client_idstringrequired

Your client Id

issued_atnumber(double)required

When the token was issued, expressed as the number of seconds since the Unix epoch

Response
application/json
{ "access_token": "string", "token_type": "Bearer", "scope": [ "service-provider:read" ], "expires_at": 0.1, "client_id": "string", "issued_at": 0.1 }

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

Inventory

Operations

Inventory Locations

Operations

Products

Operations

Sales

Operations