API Documentation
Complete reference for the Pont Central API. Start exploring our endpoints below.
9
API Endpoints
4
Categories
100%
Documented
Browse by Category
Featured Endpoints
POST
/api/v1/auth/tokenGet Auth Token
Authenticate using client credentials and receive a Bearer access token. Token validity is 48 hours (172800 seconds).
GET
/api/v1/productsList Products
Retrieve a list of all active products belonging to the authenticated partner. Returns products ordered by ID (newest first) with pagination support.
GET
/api/v1/products/{productCode}Get A Product
Retrieve detailed information for a specific product, including associated resources. Product must belong to the authenticated partner.