v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Notification Settings

Get List of reseller's notification settings

get/iam/reselling/resellers/{resellerId}/notification_settings

Path parameters

resellerIdinteger required

Reseller ID.

Query parameters

limitinteger

The maximum number of items.

offsetinteger

Offset relative to the beginning of list.

orderingstring

Which field to use when ordering the results.

Response

countnumber required

Total number of users

nextstring

URL to the next users slice

previousstring

URL to the previous users slice

Example response

{
  "next": "reselling/resellers/{resellerId}/notification_settings?offset=20&limit=10",
  "previous": "reselling/resellers/{resellerId}/notification_settings?offset=10&limit=10"
}