Get 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-token variable (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-token variable 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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!