Path Parameters
Name or UUID of the connection
Response
OK
Indicates if the connection test was successful
Example:
true
curl --request GET \
--url https://use.hoop.dev/api/connections/{nameOrID}/test
{
"success": true
}
Test resource by name or id (only for database connections, it will attempt a simple ping).
curl --request GET \
--url https://use.hoop.dev/api/connections/{nameOrID}/test
{
"success": true
}
Name or UUID of the connection
OK
Indicates if the connection test was successful
true
Was this page helpful?