Endpoints
Me
All information about your session.
Endpoints
GET /api/me#
Get information based on your auth token.
Sample response
GET /api/me/teams#
Get all your teams.
Sample response
GET /api/me/websites#
Get all your websites.
Parameters
| Parameter | Type | Description |
|---|---|---|
includeTeams | boolean | Set to true to include websites where you are the team owner. |
Sample response