Skip to main content
POST
/
workspaces
/
{workspace_id}
/
integrations
/
{provider_id}
/
test
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "provider_id": "<string>",
  "message": "<string>",
  "error": "<string>"
}
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required
provider_id
string
required

Response

Successful Response

Response for testing integration connection.

success
boolean
required

Whether the connection test was successful

provider_id
string
required

The provider that was tested

message
string
required

Message describing the test result

error
string | null

Error message if the test failed