Retrieve guides
Guides
Retrieve guides
Retrieve all guides for an organization. Requires locationRef. When using bearer token (non-basic auth), results are filtered by the user’s access.
OAuth
Required scopes:support.readonly or supportGET
Retrieve guides
Authorizations
See our authentication documentation for how to authorize your requests
Headers
The id of the network. Required when using bearer token authentication
Query Parameters
Maximum number of guides per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.
Required range:
1 <= x <= 100UUID of the location whose guides to list.
Pagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.