Greedbag API

This is REST API service for clients to integrate with Greedbag's e-commerce platform.

Base URL

https://api.greedbag.com/api/

Version

Append version_id to the base URL.

https://api.greedbag.com/api/[VERSION_ID]

v1 (current)

Version 1 is the current version that provides basic operations for Greedbag shops.

Authorization

Authorization header using the Bearer scheme.

Enter 'Bearer' [space] and then your authorization token returned from Customer LogIn call.

Example: 'Bearer 12345abcdef'

Responses