GuideLab API

List Company Gallery Images

List all gallery images for the organization, sorted by display order. The optional orgId parameter is limited to the current organization, discoverable organizations, or active partners.

GET
/company-settings/gallery

List all gallery images for the organization, sorted by display order. The optional orgId parameter is limited to the current organization, discoverable organizations, or active partners.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Query Parameters

orgId?string

Response Body

application/json

curl -X GET "https://example.com/company-settings/gallery"
[  {    "id": "string",    "url": "string",    "sortOrder": 0  }]
Empty