API Capabilities

It’s useful for apps to understand the permissions or objects available for each token. During the development of a canvas you can provide different features depending on the user level (e.g., is the user an admin or a mobile app user?).

On this page

Example

The below example shows how you can use the field `capabilities` available at `me` object. Click the play button to run the query in this live demo. The table below explains the response further.

Hidden on mobile

This tool doesn’t fit on screens this small. Please use a browser which is a bit bigger (you could try rotating your phone).

Available capabilities

CapabilityDescription
authenticatedWill be returned only if the token is valid and not expired
manageWill be returned only if the user is an admin or if its an organization token
bookingsWill be returned only if the token has permissions to handle bookings
checkinsWill be returned only if the token has permissions to handle check-ins
invoicesWill be returned only if the token has permissions to handle invoices

Got questions?

We are here to help. Ask us a question and we’ll do our best to answer as soon as possible.

Contact Us