curl --request GET \
--url https://use.hoop.dev/api/plugins/{name}/conn/{id}{
"config": [
"EMAIL_ADDRESS",
"URL"
],
"connection_id": "B702C63C-E6EB-46BB-9D1E-90EA077E4582",
"id": "B39D74FA-EF2E-4B0C-A28A-D382B18043C6",
"plugin_id": "review",
"updated_at": "2024-07-25T19:36:41Z"
}Get a plugin connection resource
curl --request GET \
--url https://use.hoop.dev/api/plugins/{name}/conn/{id}{
"config": [
"EMAIL_ADDRESS",
"URL"
],
"connection_id": "B702C63C-E6EB-46BB-9D1E-90EA077E4582",
"id": "B39D74FA-EF2E-4B0C-A28A-D382B18043C6",
"plugin_id": "review",
"updated_at": "2024-07-25T19:36:41Z"
}OK
The configuration of the plugin connection, the content depends on the plugin type
["EMAIL_ADDRESS", "URL"]The connection ID reference
"B702C63C-E6EB-46BB-9D1E-90EA077E4582"
The resource ID
"B39D74FA-EF2E-4B0C-A28A-D382B18043C6"
The plugin id to create associations
"review"
The time when this resource was updated
"2024-07-25T19:36:41Z"
Was this page helpful?