Accredible Rate Limits
Accredible does not publish fixed numeric rate limits for its REST API in the public API reference. The practical governor on issuance volume is the plan's annual unique-recipient allowance rather than a per-minute request cap. Clients should treat the API as rate-limited in principle - implement exponential backoff, honor any Retry-After header, and prefer the bulk-create endpoint over many single-credential calls for large batches. The API authenticates each request with an API key in the Authorization header (`Token token=YOUR_API_KEY`); an invalid key returns 401.
Accredible Rate Limits is the machine-readable rate-limit profile for Accredible on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests, recipients, and credentials.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and unauthorized.
Tagged areas include Digital Credentials, Certificates, Badges, Rate Limiting, and Quotas.