---
title: "Subscribe For Notification Event"
method: POST
path: "/configs/notifications/events/{eventName}"
tags: ["Configs"]
---

# Subscribe For Notification Event

`POST /configs/notifications/events/{eventName}`

The subscribe events service is used to subscribe to an event for receiving notifications.<br>The callback URL, where the notification will be posted should be provided to this service.<br>If the callback URL is invalid or inaccessible, the subscription will be unsuccessful, and an error will be thrown.<br>Customers can subscribe to REFRESH,DATA_UPDATES and AUTO_REFRESH_UPDATES event.<br><br><b>Notes:</b><li>This service is not available in developer sandbox/test environment and will be made available for testing in your dedicated environment, once the contract is signed.<li>The content type has to be passed as application/json for the body parameter.</li>

## Path parameters

- `eventName` 'REFRESH' | 'DATA_UPDATES' | 'AUTO_REFRESH_UPDATES', required

## Request body

- CreateConfigsNotificationEventRequest
  - `event` CreateConfigsNotificationEvent, required
    - `callbackUrl` string — URL to which the notification should be posted.<br><br><b>Endpoints</b>:<ul><li>GET configs/notifications/events</li></ul>

## Response `201`

OK

## Other responses

- `400` — Y803 : eventName required<br>Y803 : callbackUrl required<br>Y800 : Invalid value for callbackUrl
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/revisions/3bc0042deba8/schema)
