Service Providers
how to list all the available third party services a user could connect
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
401
Unauthorized
application/json
500
Internal server error
application/json
get
/api/v1/providersRetrieves 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
providerIdstringRequiredExample:
The ID of the provider
google-workspaceResponses
200
Provider details
application/json
401
Unauthorized
application/json
404
Provider not found
application/json
500
Internal server error
application/json
get
/api/v1/providers/{providerId}Last updated

