Retrieve detailed information about a specific notification group.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/notification-group/{groupId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/notification-group/{groupId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/notification-group/12345' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Notification group found and returned successfully
When the last email was sent from this group
Example:"2025-01-15T09:00:00Z"
When the last SMS was sent from this group
Example:"2025-01-15T09:00:00Z"
Response
{ "appointmentId": 111, "createdAt": "2025-01-15T14:00:00Z", "formGroupId": 222, "id": 12345, "lastEmailSentAt": "2025-01-15T09:00:00Z", "lastSmsSentAt": "2025-01-15T09:00:00Z", "notificationCount": 5, "paymentRequestId": 333 }