GET
/
team
/
{team_id}
/
connections
/
{connection_id}
/
test
curl --request GET \
  --url https://api.chartbrew.com/team/{team_id}/connections/{connection_id}/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

ID of the team

connection_id
string
required

ID of the connection

Response

200
application/json
Test successful
success
boolean