Basic concepts

This describes the basic concepts for using the Place2Book API. If you experience any problems you can contact [email protected].

Basic access

All requests must use HTTPS and access the api.place2book.com domain. All data is sent and received as JSON.

Timestamps will be sent in ISO 8601 format:

YYYY-MM-DDTHH:MM:SSZ

Mime Types

A custom mime type is used in the API as a way to support versioning. So to use the API you have to add this custom mime type to the Accept header when you make a request.

At current only one mime type is supported:

application/vnd.place2book.v1+json

Error responses

To be included.