Public API Documentation
Welcome to the Connector Public API documentation. This API provides access to appointment management and authentication services.
Overview
The Public API is a RESTful web service that allows you to:
- Manage appointments (create, read, update, delete)
- Authenticate and obtain access tokens
- Preview appointment data
Base URL
All API requests should be made to:
https://publicapi.officeplace.global/
Authentication
Most endpoints require authentication using JWT Bearer tokens. You can obtain a token using the authentication endpoint:
POST /{tenantId}/authentication/token
Include the token in your requests using the Authorization header:
Authorization: Bearer {your-token}
Rate Limiting
This API implements rate limiting to ensure fair usage. Please respect the rate limits to avoid being throttled. The limit is 60 requests per minute.
API Reference
For detailed API reference documentation, see the API Reference section.
Download the Postman collection (JSON)
You can download the Postman collection for this API here: PublicAPI.postman_collection.json
Support
For support or questions about this API, please contact the development team.