X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset are returned with every response.Everything your engineering team needs to integrate Linkify’s shortening endpoints, manage webhooks, and troubleshoot rate limits.
Linkify enforces tier-based throttling to ensure global endpoint stability. Check your plan’s allowances and learn how to monitor usage headers.
X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset are returned with every response.accounts@linkify.io to request a custom tier. We typically provision enterprise keys with up to 500,000 requests/hour after verifying your traffic architecture and caching strategy.Consistent timestamp handling prevents webhook mismatches and analytics drift. All Linkify endpoints follow strict RFC 3339 standards.
created_at and expires_at?YYYY-MM-DDTHH:mm:ssZ. Omitting the timezone offset defaults to UTC, but explicit Z or +00:00 is strongly recommended to avoid parser errors in Node.js or Python clients.?tz=UTC to your subscription endpoint to force strict UTC delivery.HTTP 429 (Too Many Requests) and 403 (Forbidden) are the most common integration blockers. Implement exponential backoff and validate your key permissions.