GET api/v2/activeIntegrations/New
Request
URI Parameters
Response
ActiveIntegrationNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| URI | string | ||
| Token | string | ||
| Active | boolean |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 2",
"URI": "sample string 3",
"Token": "sample string 4",
"Active": true
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","URI":"sample string 3","Token":"sample string 4","Active":true}