Yodeck · Rate Limits

Yodeck Signage Rate Limits

Yodeck does not publish fixed numeric REST API rate limits on its public marketing or documentation pages; any per-token or per-account throttles are described in the login-gated API reference at app.yodeck.com/api-docs. API access itself is gated by plan (Premium and Enterprise) and by the role assigned to each named API token, which bounds what an integration can read or write. The account's screen count (and therefore its billing) is the primary scaling dimension rather than a request-per-minute cap.

Yodeck Signage Rate Limits is the machine-readable rate-limit profile for Yodeck on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests, plan, and permissions.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Digital Signage, Rate Limiting, and Quotas.

3 Limits Throttle: 429
Digital SignageRate LimitingQuotas

Limits

REST API Requests token
requests
not published
No fixed numeric request-rate limit is documented on public pages; see the login-gated reference.
API Availability by Plan account
plan
Premium and Enterprise only
REST API access is gated to the Premium and Enterprise plans.
Token Role Scope token
permissions
role-bound
Each named API token acts as a user and is limited to the permissions of its assigned role.

Policies

Role-Scoped Access
API tokens are named and assigned a role; the token can only perform actions permitted by that role.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources