API For Whitelist
Maximum number of items to return per page. Default: 30
Requested page number (1-based). Default: 1
Field to sort by: 'id', 'ip', 'status', 'created_at', 'updated_at', 'description'. Default: id
Sort order: desc or asc. Default: desc
Successful response
Whitelist entries list response payload.
Indicates whether the request was successful.
Human-readable response message.
Bad request
Authentication error
List of IP addresses to add to the whitelist.
["127.0.0.1","127.0.0.2","127.0.0.3"]Successful response
Whitelist creation response payload.
Indicates whether the request was successful.
Human-readable response message.
Bad request
Authentication error
List of whitelist entry IDs.
[111,222,333]Description for the whitelist entries.
white list 1Whitelist entry status. 1: enabled, 2: disabled
1Successful response
Whitelist update response payload.
Indicates whether the request was successful.
Human-readable response message.
Bad request
Authentication error
List of whitelist entry IDs.
[111,222,333]Successful response
Whitelist deletion response payload.
Indicates whether the request was successful.
Human-readable response message.
Bad request
Authentication error
Last updated
Was this helpful?