API Access
You can access your storefront's data programatically via REST API.
All requests to Print Panel's API endpoints require a bearer token with the Authorization
header. This ensures we can authenticate requests sent by authorized users of your storefront.
For example:
Content-Type: 'application/json'
Authorization: 'Bearer $YOUR_PRINT_PANEL_API_KEY'