The GET /notification_preferences call allows your platform to look up a collection of notification preferences. Notification preferences allow your platform to subscribe to notifications based on an event topic.
previous required | string or null An opaque path for the previous page of results. Perform an HTTP GET to obtain the previous page. |
next required | string or null An opaque path for the next page of results. Perform an HTTP GET to obtain the next page. |
required | Array of objects unique An array of notification preference objects. |
api_version | string |
INVALID_PARAMS
NOT_AUTHORIZED
UNEXPECTED_ERROR
{- "next": null,
- "previous": null,
- "api_version": "3.0",
- "results": [
- {
- "create_time": 1509407823974,
- "id": "9164a672-8128-4163-8f66-04a9172d2911",
- "owner": {
- "id": "74582",
- "path": null,
- "resource": "applications"
}, - "path": "/notification_preferences/9164a672-8128-4163-8f66-04a9172d2911",
- "resource": "notification_preferences",
- "status": "active",
- "topic": "disputes.created",
- "api_version": "3.0"
}
]
}