Skip to main content
GET
/
api
/
subscription
Error
A valid request URL is required to generate request examples
{
  "plan": {
    "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
  },
  "subscription": {
    "id": 123,
    "current_period_start": "2023-11-07T05:31:56Z",
    "current_period_end": "2023-11-07T05:31:56Z",
    "canceled_at": "2023-11-07T05:31:56Z",
    "trial_ends_at": "2023-11-07T05:31:56Z"
  },
  "usage": {
    "templates": {
      "used": 123,
      "limit": 123,
      "allowed": true
    },
    "submissions_this_month": {
      "used": 123,
      "limit": 123,
      "allowed": true
    },
    "users": {
      "used": 123,
      "limit": 123,
      "allowed": true
    }
  }
}

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.

Authorizations

X-Auth-Token
string
header
required

API token generated at Settings > API

Response

200 - application/json

Subscription details

plan
object
subscription
object
usage
object