HTTP POST Service Accounts
Gives a domain access to a VOCUS application, restoring formerly-removed access if needed.
Access to VOCUS itself is implicitly granted when a domain is created.
Field | Type | Constraints | Notes |
domainId | string 50 | Required | This is a Mapped ID. |
applicationName | string 50 | Required |
The name of the VOCUS application.
|
var payload = { domainId: "callers_ID_12345", applicationName: "FlightRisk" };
HTTP Status | Data |
201 | |
200 |
HTTP POST Service Accounts
Removes application access from a domain.
Access to VOCUS itself is implicitly granted; to remove, the domain must be deactivated.
Field | Type | Constraints | Notes |
domainId | string 50 | Required | This is a Mapped ID. |
applicationName | string 50 | Required |
The name of the VOCUS application.
|
var payload = { domainId: "callers_ID_12345", applicationName: "FlightRisk" };
HTTP Status | Data |
200 |
API Version 14.1.9203.25249
Copyright ©2008-2025 Polaris Aero, LLC.