action clever_cloud_get_organisations_id_addons_addon_id_sso { label: "get_organisations_id_addons_addonId_sso" provider: clever_cloud method: GET path: "/organisations/{id}/addons/{addonId}/sso" encoding: json output: { type: "object" required: ["email", "id", "nav-data", "timestamp", "token", "url"] properties: { email: { type: "string" } id: { type: "string" } "nav-data": { type: "string" } timestamp: { type: "string" format: "date" } token: { type: "string" } url: { type: "string" } } } }