Service Providers

how to list all the available third party services a user could connect

Get all providers

get

Retrieves a list of all available providers.

Required scope: providers Access restriction: BlueNexus frontend OR whitelabel customer client only

Authorizations
AuthorizationstringRequired

Enter JWT access token

Responses
200

List of providers

application/json
get
/api/v1/providers

Get a connection provider by ID

get

Retrieves a single connection provider by its ID.

Required scope: providers Access restriction: BlueNexus frontend OR whitelabel customer client only

Authorizations
AuthorizationstringRequired

Enter JWT access token

Path parameters
providerIdstringRequired

The ID of the provider

Example: google-workspace
Responses
200

Provider details

application/json
get
/api/v1/providers/{providerId}

Last updated