Check authentication and site status
pushengage_auth_statusCheck the current authentication status for PushEngage, including token expiry and site details, to know if login is required before proceeding with other API calls.
Instructions
Returns the current login state: authenticated (bool), expires_at (token expiry ISO string), current_site_id, api_url, dashboard_url, and client_name. Use this to check whether pushengage_auth_login is needed before making other calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_url | No | ||
| expires_at | No | ||
| client_name | No | ||
| authenticated | No | ||
| dashboard_url | No | ||
| current_site_id | No |