Skip to main content

Get Notification by ID

GET /api/v1/notifications/{id}

Description

Retrieves the details of a specific notification by its unique identifier. This is used to view information about a notification.

URL Parameters:

  • id (required): The unique identifier of the notification to be retrieved. This must be included in the URL path.

Headers:

  • Authorization (required): A valid bearer token is required for authentication and authorization.

Example Request:

curl -X GET "{{baseURL}}/api/v1/notifications/{id}" \
-H "Authorization: Bearer [access_token]"