get https://api.productboard.com/plugin-integrations//connections
Returns detail of all plugin integration connections, except for those having their state
set to initial
. The initial
state is the default and basically means that the connection does not exist at the moment.
This API is paginated, only the first 100 items are returned by default. The client should then recursively follow links.next
link in the response to fetch the next page.