Skip to Content
API ReferenceOverview

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

MethodPathDescription
GET/itemsList all items
POST/itemsCreate a new item
GET/items/:idRetrieve a single item
PATCH/items/:idUpdate an item
DELETE/items/:idDelete an item
Last updated on