v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Get a notification

get/notifications/{notification}

Path parameters

notificationstring required

ID of the notification to return

Response

200

idstring
topicstring
companystring
recipient_typestring
recipientstring
{"stackTrail":"paths:/notifications/{notification}:get:responses:200:content:application/json:schema:properties:email_communication","oasType":"schema","type":"unknown"}
created_atstring

Example response

{
  "id": "ntf_MrFrw0F82NSJjyw10Erk",
  "topic": "ready_for_payroll",
  "company": "com_zH8Gq33iBkFj5o0GKjTw",
  "recipient_type": "company",
  "recipient": "com_zH8Gq33iBkFj5o0GKjTw",
  "created_at": "2024-01-19 17:04:15+00"
}