# /third-party-applications/catalog - Portals a distributor can be granted **GET /third-party-applications/catalog** The catalogue the Owner organization picks from when it sets a distributor's third_party_apps: every third-party application whose access_control admits a partner organization role (distributor, reseller or customer) and pins no organization id. Owner organization only. ## Servers - Backend API server: https://my.nethesis.it/backend/api (Backend API server) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Catalogue retrieved successfully #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (array[object]) One portal a distributor can be granted: a third-party application whose own access_control admits a partner organization role and pins no organization id. The name is the stable key (identical across Logto tenants); the display name comes from the application branding. ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)