Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.usepylon.com/teams \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "users": [ { "email": "<string>", "id": "<string>" } ] } ], "pagination": { "cursor": "<string>", "has_next_page": true }, "request_id": "<string>" }
Get a list of teams
Authorization: Bearer
The data payload of the response.
Show child attributes
The request ID for tracking.