Sign in

List sites

documented

Return a list of sites the current user has access to.

GET /v1/sitesSitesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.kajabi.com/v1/sites?page[number]={{$page}}&page[size]={{$limit}}&sort={{$sort}}&fields[sites]={{$fields_sites}}" \\
  -X GET \\
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
  -H "Accept: application/json" \\
  -H "Content-Type: application/json" \\
# Source: Kajabi Public API docs - introduction: https://developers.kajabi.com/api-reference/introduction 
# List sites endpoint: https://developers.kajabi.com/api-reference/sites/list-sites 
# Base URL: https://api.kajabi.com