Create a Connection

Creates a Connection.

Path Params
string
required

Tenant identifier.

Body Params
string
required
length between 1 and 100

Human-readable name for the connection.

string
length between 2 and 20

The affiliate code (brandCode) is an identifier for the "brand" or "affiliate" within a Tenant. The affiliate code is the version of the brand name that appears in the URL. A brand name may be "Corporate ABC", for example. Then the affiliate code might be something like "corporate-abc".

string
enum
Defaults to client_credentials

Type of OAuth2 flow or authentication method to use.

Allowed:
string
enum
Defaults to keycloak

Identity provider used. Default: Auth0.

Allowed:
string
enum

HTTP method used for token requests (typically POST).

Allowed:
string
length between 1 and 255

Client identifier or App Key provided by the service for OAuth2 authentication.

string
length between 1 and 255

Client Secret or App Secret provided by the service. This will be encrypted at rest.

uri

OAuth2 token endpoint URL where access tokens are requested.

string
length ≤ 500

OAuth2 scope parameter defining the level of access requested.

customParams
object

Additional OAuth2 parameters that may be required by specific providers.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json