API Reference
The Expirly REST API allows you to programmatically manage your items from external systems.
Prerequisites
- Plan: Business or Agency
- Base URL:
https://app.expirly.io/api/v1 - Authentication: Bearer token (API key)
- Content-Type:
application/json
Rate Limits
API requests are limited per workspace. The default limit is 60 requests per minute. If exceeded, the API responds with 429 Too Many Requests.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /items | List all items |
POST | /items | Create a new item |
GET | /items/:id | Retrieve a single item |
PATCH | /items/:id | Update an item |
DELETE | /items/:id | Delete an item |
Last updated on