Skip to main content

CloudX

The CloudX source connector lets you connect to CloudX using an API key. At this time, the connector supports credential validation but does not yet support data extraction.

Setup

  1. In CloudX, generate or locate an API key with access to the CloudX provisioning API.
  2. In your workspace, add a new CloudX source.
  3. Enter the API key in the connector configuration.

Authentication

CloudX uses Bearer token authentication with an API key.

During connection testing/login, the connector calls:

  • GET https://provisioning.cloudx.io/api/v1/auth/status

and sends the API key as a Bearer token.

Configuration

FieldTypeRequiredDescription
api_keystringYesCloudX API key used as a Bearer token for authentication.

Streams

No streams are currently available. The connector’s extraction implementation is still in development.