Getting started
Introduction
Everything you need to integrate with the Pixwel platform — REST API, authentication, pagination, and guides for common workflows.
The Pixwel API is a JSON REST API. All requests are authenticated with HTTP Basic auth and return standard HTTP status codes. The base URL for the staging environment is https://api-staging.pixwel.com/api.
Responses are paginated using the X-Range header. Most collection endpoints return up to 25 items by default.