PC

PontCentral

API Documentation

Intro

Authentication

POSTGet Auth Token

Products

GETList ProductsGETGet A Product

Availabilities

POSTGet Availabilities

Bookings

GETList BookingsGETGet Booking DetailsPOSTCreate BookingPUTUpdate BookingDELETECancel Booking

API Documentation

Complete reference for the Pont Central API. Start exploring our endpoints below.

9

API Endpoints

4

Categories

100%

Documented

Browse by Category

Authentication

1 endpoints

Products

2 endpoints

Availabilities

1 endpoints

Bookings

5 endpoints

Featured Endpoints

POST/api/v1/auth/token

Get Auth Token

Authenticate using client credentials and receive a Bearer access token. Token validity is 48 hours (172800 seconds).

GET/api/v1/products

List 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.