post https://example.com/connection-manager/api/v1/connections/search
Search for connections.
Log in to see full request history
Responses
Search for connections.
xxxxxxxxxx
curl --request POST \
--url 'https://example.com/connection-manager/api/v1/connections/search?offset=0&limit=50&sortkey=id&sortdir=ASC' \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: