Skip to main content
GET
/
sites
List owned sites
curl --request GET \
  --url https://api.tinyinbox.app/sites \
  --header 'Authorization: Bearer <token>'
{
  "sites": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "ownerId": "<string>",
      "name": "<string>",
      "publicKey": "tin_abc123",
      "accentColor": "<string>",
      "welcomeMessage": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "domain": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tinyinbox.co/llms.txt

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

Authorizations

Authorization
string
header
required

Signed user session token for dashboard and account routes.

Response

Owned sites

sites
object[]
required