ExternalApp
External app integration endpoints
Get external app linked sites
Returns all sites linked to the authenticated external app session from ExternalAppWebService. Read-only endpoint using GET.
Get external app linked entry points
Returns entry points linked to the authenticated external app session for a specific site from ExternalAppWebService. Read-only endpoint using GET with query parameters.
Get external app command status
Returns command status for the authenticated external app session from ExternalAppWebService. Read-only endpoint using GET with query parameters.
Generate remote command
Generates a remote command for an entry point and publishes command payload to controller channel when possible. Expects JSON body.
Validate external app pairing code
Validates a pairing code using a JSON body and returns a boolean API response.