Create Workspace Auth Connection
Create a new OAuth2 auth connection for the workspace
Headers
xi-api-key
Request
This endpoint expects an object.
CreateOAuth2ClientCredsRequest
Request model for creating auth connections - inherits common settings and includes sensitive fields
OR
CreateCustomHeaderAuthRequest
OR
CreateBasicAuthRequest
Request model for creating Basic Auth connections - inherits common settings and includes sensitive fields
OR
CreateBearerAuthRequest
Request model for creating Bearer Auth connections - inherits common settings and includes sensitive fields
OR
CreateOAuth2JWTRequest
Request model for creating OAuth2 JWT auth connections - inherits common settings and includes sensitive fields
OR
CreatePrivateKeyJWTRequest
Request model for creating Private Key JWT auth connections - inherits common settings and includes sensitive fields
OR
CreateMTLSAuthRequest
Request model for creating mTLS auth connections.
Response
Successful Response
oauth2_client_credentials
Response model for oauth2 client creds
OR
basic_auth
Response model for basic auth
OR
bearer_auth
Response model for bearer auth
OR
oauth2_jwt
Response model for OAuth2 JWT auth connections
OR
private_key_jwt
Response model for Private Key JWT auth connections
OR
mtls
Response model for mTLS auth connections.
OR
custom_header_auth
Response model for Custom Header Auth auth connections
OR
api_integration_oauth2_auth_code
Response model for integration-managed OAuth2 Auth Code auth connections
OR
api_integration_oauth2_custom_app
Response model for user-owned OAuth2 Custom App auth connections
OR
whatsapp_auth
OR
slack_bot_auth
Response model for the internal Slack BYO bot auth connection.
Errors
422
Unprocessable Entity Error