cURL
curl --request GET \ --url https://api.example.com/api/Users/Me/Integrations
[ { "integrationID": 123, "userID": 123, "name": "<string>", "summary": "<string>", "description": "<string>", "logoUrl": "<string>", "redirectUrl": "<string>", "statusID": 123 } ]
OK
Was this page helpful?