SkySlope · Rate Limits

Skyslope Rate Limits

SkySlope does not publish fixed numeric rate limits for its public APIs. The Partnership / Forms API and Offers API reference documentation describes standard HTTP response codes and OAuth 2.0 bearer authentication but does not state explicit per-minute or per-day request caps. Practical usage limits are governed by the partner/brokerage agreement (API access is gated) and by platform allowances such as envelope counts per user on the underlying product plan rather than by a documented API request quota.

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

It captures 4 rate-limit definitions, measuring requests, envelopes, and tokens.

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

Tagged areas include Real Estate, Transaction Management, Digital Forms, Rate Limiting, and Quotas.

4 Limits Throttle: 429
Real EstateTransaction ManagementDigital FormsRate LimitingQuotas

Limits

Partnership / Forms API Requests account
requests
not published
No fixed numeric request-rate limit is documented for the Partnership / Forms API.
Offers API Requests account
requests
not published
No fixed numeric request-rate limit is documented for the Offers API.
Envelope Allowance user
envelopes
per plan
E-signature envelopes per user per year are governed by the product plan tier, not by the API.
OAuth Access Token Lifetime application
tokens
refreshable
Access tokens are bearer tokens; the Partnership API auth-code flow issues refresh tokens to obtain new access tokens without re-authenticating.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.
HTTPS Required
All API requests must be made over HTTPS; plain HTTP and unauthenticated requests fail.
Partner-Gated Access
API credentials are issued to partners/brokerages; usage is bounded by the partner agreement rather than a public quota.

Sources