List iGUIDEs
GET/iguides/
Returns the list of iGUIDEs owned by the resource owner.
Results are paginated. By default the endpoint returns the first 50 iGUIDEs
sorted by creation date ascending (oldest first). Use the page.* parameters to
page through results, sort to change ordering and the filter.* parameters to
narrow the result set. The response is a plain JSON array with no pagination
metadata: keep increasing page.offset until you receive fewer than page.limit records.
Requires scope: iguide.list.
Request
Responses
- 200
- 401
- 403
List of iGUIDEs
Unauthorized
Forbidden – missing iguide.list scope