get
https://{host}/api/v2/notifications
Get Notifications
Retrieves a list of notifications for the authenticated user. Useful for displaying recent alerts, messages, or system events relevant to the user.
HTTP Method and URL
-
Method:
GET -
URL:
{{host}}/api/v2/notifications
Authentication Requirements
-
Requires a valid user authentication token.
-
Token should be provided in the
user-tokenvariable (typically as a header or environment variable).
Example Request
GET {{host}}/api/v2/notifications
Headers:
user-token: <your_token_here>
Error Responses
-
401 Unauthorized: Invalid or missing authentication token.
-
Other errors: Placeholder for additional error responses.
Usage Notes
-
Ensure the
user-tokenvariable is set in your environment or request headers. -
No request body or query parameters are required for this endpoint.
-
Response structure and fields may vary depending on implementation.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
