Skip to main content
GET
/
connections
/
{nameOrID}
/
test
Test Connection
curl --request GET \
  --url https://use.hoop.dev/api/connections/{nameOrID}/test
{
  "success": true
}

Path Parameters

nameOrID
string
required

Name or UUID of the connection

Response

OK

success
boolean

Indicates if the connection test was successful

Example:

true

I