Our REST API enables you to control Glassix's application from your back-end.
All requests to the REST API are served over HTTPS, with a minimum TLS version 1.2.
Tip:
If you haven’t already done so, then take a look at our guides.
Overview
Let’s start with an overview of our REST API:
- A User represents an agent.
- A Ticket represents a conversation.
- Participants are agents and customers who belong to a ticket.
API Requests Endpoint
To access the API, you need to send requests using your workspace name i.e., https://{workspaceName}.glassix.com
Common Tasks
Additional Security
For an additional layer of security, it's possible to add an IP rule-based access.
Rate Limits
Glassix APIs are subject to rate limiting. If the rate limit is exceeded, Glassix may return a 429 Too Many Requests HTTP status code. We apply rate limits to prevent abuse, spam, denial-of-service attacks, and similar issues. More information on our rate limits can be found here.