Skip to main content
GET
/
notifications
/
{notificationId}
Retrieve a notification
curl --request GET \
  --url https://sandbox-api.finpace.example/v1/notifications/{notificationId} \
  --header 'Authorization: Bearer <token>'
{
  "notificationId": "ntf_01JQ9MX3MVNJE4FKFZC14C68GJ",
  "partyId": "<string>",
  "channel": "email",
  "templateCode": "LOAN.APPLICATION.SUBMITTED",
  "status": "queued",
  "subject": "Your application has been received",
  "createdAt": "2023-11-07T05:31:56Z",
  "deliveredAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

OAuth 2.0 with client credentials for machine integrations and authorization code for delegated user sessions.

Headers

X-Request-Id
string

Caller-generated correlation identifier used for tracing.

Maximum string length: 80

Path Parameters

notificationId
string
required

Response

Notification returned

notificationId
string
Example:

"ntf_01JQ9MX3MVNJE4FKFZC14C68GJ"

partyId
string
channel
enum<string>
Available options:
email,
sms,
push,
secure-message
templateCode
string
Example:

"LOAN.APPLICATION.SUBMITTED"

status
enum<string>
Available options:
queued,
accepted,
sent,
delivered,
failed,
suppressed
subject
string
Example:

"Your application has been received"

createdAt
string<date-time>
deliveredAt
string<date-time>