Gets whitelisted ip addresses
GET {{baseUrl}}/management/api_users/:userId/whitelist_ip_addresses
Gets whitelisted ip addresses for given Api user.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"userId": "<string>",
"whitelistedIps": [
"<string>",
"<string>"
]
} |
ENDPOINTS