Authorization

What can you access

The API is split into two distinct sections, the member API and the host API indicated by the route prefix or a tag in the API reference section.

Member API

Client API is supposed to be used by your members and can only be used by members. The returned data is always related to the currently logged customer and only returns info that should be accessible by said customer. You can only perform operations that customer would be able to perform through our apps.

For example /api/v2/member returns basic info about the currently logged member, /api/v2/member/sessions only returns bookings that are associated with the currently logged member.

Host API

Host API allows you to manage your whole host, to use it you have to be logged in as a staff account with access to the Host Dashboard. All actions follow the same permission system as Host Dashboard.

For example /api/v2/host/members returns list of customers associated with the current Host.


What’s Next