Admin

The Admin API requires you to be authenticated first ( See Administrator )before making calls to the admin end-points. This permission enables you to perform administration tasks. Below are some examples of why and when you would use the admin permission.

  • Creating Staff members
  • Updating a Booking
  • Creating Clients
  • Listing Bookings/Purchases
  • Listing Services, Events, Staff, Clients, Resources
  • Making a Booking
  • Using the Import API
  • See below an example of an admin API call.

See below an example of an admin API call.

GET /api/v5/admin/{company_id}/services

Looking at the example above we can easily determine that this is an admin API call. The structure is consistent throughout this permission.