# Get notifications access
This endpoint retrieves foreign accounts with access to topics in the account of the calling user. Each of the accounts in the response is returned with a list of topics to which a given account has access.
Method | Path | Operation* |
---|---|---|
GET | /notifications/webhooks/access | get_notifications_access |
*
In order for a user to perform the "get_notifications_access" operation, the "get_notifications_access" permission must be included in the list of allowed actions in the statement of the user's role.
# Request
No parameters.
# Response
Attribute | Type | Description |
---|---|---|
accounts | dictionary | Key-value pairs: - key: Account UUIDs of a foreign account that has access to subscription topics in your account. - value: Dictionary where the key is "topics" and the value is a list of subscription topics to which the given account has access. |
# Status codes
Requests to this endpoint result in generic status codes. For a comprehensive list of status codes, please consult the Status codes section.
Was this article helpful?