Podium Orders API

Introduction

Welcome to the documentation for Podium Orders REST API. This API is designed for thirdparties to fetch and sync information into Podium Orders.

All requests should be made either via GET requests or using form-encoded POST requests. All results are returned in JSON.

Access

Access to the API is granted per store, please consult Podiums for your HTTP Basic Auth username ane password. All API calls must be signed with these HTTP Basic Authentication parameters. All requests must be secure https domain.

Pagination

All endpoints return data is sets of 25 records at a time. Scripts can detect more results by the presence of the more boolean entry. To paginate through the responses use the start GET parameter

Next Steps