Update notification response

The service will look for notification by notificationId first. If notificationId is not provided, it will look for entity by messageId. Then updates messageId, status, responseCode, responseMsg if they are provided

Request
Security:
vc-security
query Parameters
notificationId
required
string
responseCode
required
integer
responseMsg
string
messageId
string
Responses
200

ok

401

Unauthorized request

put/notification-service/v1/provider-response
Request samples
curl -i -X PUT \
  'http://notification-service:8080/notification-service/v1/provider-response?notificationId=string&responseCode=0&responseMsg=string&messageId=string' \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
{
  • "message": "Could not verify Webhook request",
  • "status": 401,
  • "error": "Unauthorized",
  • "timestamp": "2023-12-13T19:02:31.5897497",
  • "path": "/notification-service/v1/"
}