🤖 What is the tipee API?
The tipee API facilitates the integration of external systems with our time management and HR platform. This document provides technical specifications for developers integrating with the API. For user guides and general help with tipee, please refer to the Help Center. Use of the tipee API is subject to the API Terms of Use.API Fundamentals
The API operates over HTTPS and utilizes JSON for request and response bodies. The base URL for API calls depends on your specific tenant subdomain:Prerequisites
To interact with the API, the following are required:- You must have access to an active tipee instance.
- A valid API key must be included for authentication. Refer to the Authentication page for details on obtaining and using your key.
- The specific API version you intend to use must be specified in the request header (except for
previewversion). See the Versioning for details about versioning practices and usage instructions.
Accept header using the value application/json must be specified for most calls.
Putting it all together, here is what a typical request to the API might look like:
- If your request has a body :
- If your request does not have a body :