Skip to main content
GET
/
api
/
settings
Error
A valid request URL is required to generate request examples
{
  "account": {
    "id": 123,
    "name": "<string>",
    "locale": "<string>",
    "timezone": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "user_email": "<string>",
    "email_confirmed": true,
    "test_mode": true,
    "mfa_enforced": true
  },
  "settings": {}
}

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

Account and settings

account
object
settings
object