Sertifier Rate Limits
Sertifier does not publish fixed numeric HTTP rate limits (requests per second or per minute) for the Credential API. The practical throughput ceiling for a program is the account's plan-based annual recipient allowance rather than a per-endpoint request cap - the API is designed to issue anywhere from tens to tens of thousands of credentials against that allowance. Sertifier's own guidance emphasizes reliability practices over rate limits: protect the secretKey, and guard the credential-issuance path with an idempotency check (for example enrolment ID + campaignId) so a completion event that fires twice does not double-issue.
Sertifier Rate Limits is the machine-readable rate-limit profile for Sertifier 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.
Tagged areas include Digital Credentials, Certificates, Credentialing, Rate Limiting, and Quotas.