cURL
curl --request GET \ --url https://api.example.com/api/Integrations/{integrationId}
{ "id": 123, "name": "<string>", "summary": "<string>", "description": "<string>", "logoUrl": "<string>", "redirectUrl": "<string>", "categoryID": 123, "statusID": 123 }
Returns a single Integration based on the id passed.
OK
Was this page helpful?