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

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

nameOrID
string
required

Name or UUID of the connection

Response

OK

success
boolean

Indicates if the connection test was successful

Example:

true