Base URL
All API requests are made to:Authentication
Authenticate every request by including your API token in theAuthorization header:
Content Type
All requests and responses use JSON:Monetary Values
Unwall uses integer representations for all monetary values to avoid floating-point precision issues.Pagination
List endpoints support pagination withlimit and offset parameters.
integer
default:"50"
Number of results to return. Min 1, max 200.
integer
default:"0"
Number of results to skip before returning.
boolean
Whether there are more results beyond the current page.
integer
Total number of matching results.
Idempotency
To safely retry requests without duplicating side effects, include anidempotency_key in the request body of any write operation.
string
A unique key to prevent duplicate operations. Alphanumeric characters plus
_, -, :, and . are allowed. Max 255 characters.Rate Limits
API requests are rate-limited to 100 requests per minute per token. When the rate limit is exceeded, the API returns HTTP429 Too Many Requests with a Retry-After header indicating how many seconds to wait before retrying.
Error Format
All errors return a JSON object with adetail field containing a human-readable error message: