General API services operations summary

Table 1. General API services: operations summary
Operation name HTTP method and URI path
Query API Version GET /api/version
Logon POST /api/sessions
Establish Shared Secret Key POST /api/sessions/operations/establish-shared-secret-key
Provide Requested MFA Information POST /api/sessions/operations/provide-more-mfa-information
Change Logon Password POST /api/sessions/operations/change-logon-password
Verify Logon Password POST /api/sessions/operations/verify-logon-password
Logoff DELETE /api/sessions/this-session
Get Notification Topics GET /api/sessions/operations/get-notification-topics
Create Server-Sent Events Stream POST /api/sessions/operations/create-server-sent-events-stream
Update Server-Sent Events Stream POST /api/sessions/operations/update-server-sent-events-stream
Delete Server-Sent Events Stream POST /api/sessions/operations/delete-server-sent-events-stream
Open Server-Sent Events Stream GET /api/sessions/operations/open-server-sent-events-stream
Get Server-Sent Events Stream Last Event ID POST /api/sessions/operations/get-server-sent-events-stream-last-event-id

[Added by feature mobile-enhanced-push]

Submit Requests POST /api/services/aggregation/submit
Query Job Status GET /api/jobs/{job-id}
Delete Completed Job Status DELETE /api/jobs/{job-id}
Cancel Job POST /api/jobs/{job-id}/operations/cancel
Table 2. General API services: URI variables
Variable Description
{job-id} The identifier of an asynchronous job associated with this user, as returned in the response of the operation that initiated the job.