RelayerAPI Reference
Retrieves details of a specific notification by ID.
AuthorizationBearer <token>
In: header
Path Parameters
notification_idstring
Notification ID
Response Body
curl -X GET "https://loading/api/v1/notifications/string"
{
"data": {
"has_signing_key": true,
"id": "string",
"type": "webhook",
"url": "string"
},
"error": "string",
"pagination": {
"current_page": 0,
"per_page": 0,
"total_items": 0
},
"success": true
}
{
"data": null,
"message": "Bad Request",
"success": false
}
{
"data": null,
"message": "Unauthorized",
"success": false
}
{
"data": null,
"message": "Notification not found",
"success": false
}
{
"data": null,
"message": "Internal Server Error",
"success": false
}