action apacta_get_companies_subscription_self_service { label: "URL for subscription selfservice" provider: apacta method: GET path: "/companies/subscription_self_service" encoding: json output: { type: "object" properties: { data: { type: "object" properties: { subscription_self_service_url: { type: "string" } } } success: { type: "boolean" } } } }