Green Check Access
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/crbs/{crb_id}/inventory-locations
- Sandbox serverhttps://sandbox-api.greencheckverified.com/crbs/{crb_id}/inventory-locations
- Production serverhttps://prod-api.greencheckverified.com/crbs/{crb_id}/inventory-locations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.greencheckverified.com/_mock/apis/swagger/crbs/{crb_id}/inventory-locations?limit=1000&offset=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "data": [ { "id": "e110B1de-aCc4-9B1f-46ad-fdc721bfE71a", "crb_id": "2cf6ab0a-BAD3-3a4a-9f3b-a8C32A5e55a6", "name": "Distribution", "pos_type": "Cova", "pos_location_id": "4293", "pos_location_type": "Delivery", "pos_updated_date": "2023-10-31T15:21:57.167Z", "pos_updated_date_local": "2023-09-18T20:57:34.917Z", "gc_created_date": "2023-10-28T17:31:35.563Z", "gc_created_date_local": "2023-09-18T20:57:34.917Z" }, { "id": "2319b9E2-F96c-DDA6-fD70-40D99AdFa9a5", "crb_id": "723Ad64C-f2B0-bdaA-E4Bb-9d42b997C88d", "name": "Other", "pos_type": "Flowhub", "pos_location_id": "4297", "pos_location_type": "Delivery", "pos_updated_date": "2023-10-28T17:31:35.563Z", "pos_updated_date_local": "2023-10-28T11:31:35.563Z", "gc_created_date": null, "gc_created_date_local": null }, { "id": "7b96F92F-F9aD-3bEE-d3ad-1C460babD5CF", "crb_id": "E6445F7d-6DBb-4426-4a3c-daEb231107Ae", "name": "Other", "pos_type": "Treez", "pos_location_id": "4328", "pos_location_type": "Store", "pos_updated_date": "2023-09-18T20:57:34.917Z", "pos_updated_date_local": "2023-10-28T11:31:35.563Z", "gc_created_date": "2023-02-28T14:00:33.603Z", "gc_created_date_local": "2023-02-28T14:00:33.603Z" } ], "metadata": { "count": "1 - 100", "total": 42248328 } }
- Mock serverhttps://developer.greencheckverified.com/_mock/apis/swagger/crbs/{crb_id}/inventory-locations/{location_id}
- Sandbox serverhttps://sandbox-api.greencheckverified.com/crbs/{crb_id}/inventory-locations/{location_id}
- Production serverhttps://prod-api.greencheckverified.com/crbs/{crb_id}/inventory-locations/{location_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.greencheckverified.com/_mock/apis/swagger/crbs/{crb_id}/inventory-locations/{location_id}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "id": "68Fe83D7-A4A5-5Eb9-16Aa-54aDA9aFB014", "crb_id": "C9daeBDA-aCE0-0a48-e046-15fe98e4a96f", "name": "Distribution", "pos_type": "MJ Freeway", "pos_location_id": "4308", "pos_location_type": "Distribution", "pos_updated_date": null, "pos_updated_date_local": "2023-10-31T15:21:57.167Z", "gc_created_date": null, "gc_created_date_local": null }