Saas Providers

Contents

SaaS Providers

Software-as-a-Service (SaaS) providers whose services can be used within the platform.

List SaaS Providers

GET /v3/cloud/saas_providers

Lists the SaaS providers supported by the platform.

Inputs

None

Returns

An array of cloud providers with the following fields:

Field Type Description
id String Identifier of the SaaS provider.
name String Name of the SaaS provider.
required_account_data Array of String A list of credentials each SaaS account has to provide in order to access the SaaS provider's services through the platform.
resource_type String An identifier for the type of resource, specifically "saas_provider".

Back to top