Skip to main content

Base URL

https://api-sandbox.stablesea.com/v1

Request Format

  • All requests must be made over HTTPS TLS v1.2+
  • Request bodies must be valid JSON with Content-Type: application/json
  • All response bodies are returned as JSON
  • Maximum request body size: 10MB
  • Request timeout: 30 seconds

HTTP Methods

  • GET - Retrieve data (query parameters for filtering/pagination)
  • POST - Create new resources
  • PATCH - Update existing resources
  • DELETE - Remove resources

Rate Limits

The API enforces the following rate limits per organization:
TierRequests per minuteBurst limit
Standard1,0001,500
Enterprise5,0007,500
Rate limits are calculated per organization, not per API key. All requests from your organization count toward the same limit regardless of which API key is used.
Rate limit headers are included in all responses:
  • X-RateLimit-Limit - Request limit per window
  • X-RateLimit-Remaining - Requests remaining in current window
  • X-RateLimit-Reset - Unix timestamp when the rate limit resets
Monitor the rate limit headers in your application to implement proactive throttling and avoid hitting rate limits.

Pagination

List endpoints support cursor-based pagination with the following response structure:
data
array
Array containing the requested resources
pagination
object
Pagination metadata for navigating through results
pagination.next_cursor
string
Base64-encoded cursor for the next page of results. Null if no more pages available.
pagination.has_more
boolean
Indicates whether additional pages of results are available
pagination.limit
number
The maximum number of items returned in this response

Pagination Parameters

  • Default page size: 20 items
  • Maximum page size: 100 items
  • limit: Query parameter to specify page size (1-100)
  • cursor: Query parameter to specify starting position for next page

Regional Availability

  • Primary: US East (us-east-1)
  • Data residency options available for compliance requirements