Difference between revisions of "Glass America Dashboard Logout"
Ashley DeBon (talk | contribs) (Created page with "== Glass America Dashboard Logout == === Base URL === https://apimobile.callproof.com === Endpoint === /api/glass-america/dashboard-logout === Purpose === Logs the user out...") |
Ashley DeBon (talk | contribs) (→Glass America Dashboard Logout) |
||
| Line 1: | Line 1: | ||
| − | == Glass America Dashboard Logout == | + | == [[Mobile_API]] »Glass America Dashboard Logout == |
=== Base URL === | === Base URL === | ||
Revision as of 14:34, 21 July 2026
Contents
Mobile_API »Glass America Dashboard Logout
Base URL
https://apimobile.callproof.com
Endpoint
/api/glass-america/dashboard-logout
Purpose
Logs the user out of the Glass America (Omega) dashboard session by ending the remote authentication session using the session and cookie values from the prior dashboard login.
HTTP Method
GET
Headers
| Header | Required | Description |
|---|---|---|
| Authorization | Yes | Bearer access token |
| Phpsessid | Yes | Omega dashboard session ID (from dashboard login) |
| Cookie1 | Yes | Omega dashboard cookie value (from dashboard login) |
Security
- Yes – Requires Bearer Token authentication.
- Also requires a valid Omega dashboard session (session ID and cookie headers).
Parameters
Path Parameters
None.
Query Parameters
None.
Request Body
None.
Successful Response (200)
Indicates that the dashboard logout completed successfully.
| Field | Type | Description |
|---|---|---|
| clientStatusCode | integer | Status indicator for the client (for example, 200) |
| user_id | integer | Identifier of the authenticated user |
| company_id | integer | Identifier of the authenticated user’s company |
| message | string | Confirmation message (for example, "Logout Successful") |
| uri | string | Requested resource URI |
Error Responses
| Status Code | Meaning |
|---|---|
| 400 | Bad Request – dashboard logout could not be completed |
| 401 | Unauthorized – missing, invalid, or expired Bearer token |
- 400 – An error occurred while ending the Omega dashboard session.
- 401 – Authentication failed or the access token is missing/expired.