Skip to main content
GET
/
api
/
plans
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "display_name": "<string>",
      "price_monthly_cents": 123,
      "price_yearly_cents": 123,
      "limits": {
        "templates": 123,
        "submissions_per_month": 123,
        "users": 123,
        "storage_mb": 123
      },
      "features": [
        "<string>"
      ],
      "position": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.spitshake.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Available plans

data
object[]