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/service-providers/{sp_id}/crbs/{crb_id}/inventory-locations
- Sandbox serverhttps://sandbox-api.greencheckverified.com/service-providers/{sp_id}/crbs/{crb_id}/inventory-locations
- Production serverhttps://prod-api.greencheckverified.com/service-providers/{sp_id}/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/service-providers/{sp_id}/crbs/{crb_id}/inventory-locations?limit=1000&offset=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "data": [ { "id": "92C42BDC-c220-9E65-c79D-0Be2D85276AB", "crb_id": "0992e7c5-9eaE-ad23-1b1C-A58Cbaa18Adf", "name": "Delivery", "pos_type": "Blaze", "pos_location_id": "4306", "pos_location_type": "Distribution", "pos_updated_date": null, "pos_updated_date_local": "2023-10-28T11:31:35.563Z", "gc_created_date": "2023-10-31T15:18:22.650Z", "gc_created_date_local": null } ], "metadata": { "count": "1 - 100", "total": 36618859 } }
- Mock serverhttps://developer.greencheckverified.com/_mock/apis/swagger/service-providers/{sp_id}/crbs/{crb_id}/inventory-locations/{location_id}
- Sandbox serverhttps://sandbox-api.greencheckverified.com/service-providers/{sp_id}/crbs/{crb_id}/inventory-locations/{location_id}
- Production serverhttps://prod-api.greencheckverified.com/service-providers/{sp_id}/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/service-providers/{sp_id}/crbs/{crb_id}/inventory-locations/{location_id}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "id": "Cdb4ffff-a2FA-Cce1-547F-b8CDebFf8FcE", "crb_id": "F9Fc6Fa3-ac42-8E7c-5e1B-Dc1D325E9Ecd", "name": "Warehouse", "pos_type": "MJ Freeway", "pos_location_id": "4328", "pos_location_type": "Delivery", "pos_updated_date": null, "pos_updated_date_local": "2023-10-28T11:31:35.563Z", "gc_created_date": null, "gc_created_date_local": "2023-02-28T14:00:33.603Z" }