Skip to content
Prividium

m2m-app-ip-whitelist

GET /m2m-applications/{m2mAppId}/ip-whitelist

GET/m2m-applications/{m2mAppId}/ip-whitelist

List IP whitelist entries for an m2m application (paginated)

Path Parameters

m2mAppIdRequired
string·min 21·max 21

Query Parameters

limit
integer·min 1·max 1000·default 10
offset
integer·min 0·max 9007199254740991·default 0

Responses

POST /m2m-applications/{m2mAppId}/ip-whitelist

POST/m2m-applications/{m2mAppId}/ip-whitelist

Add an IP address to the m2m application whitelist

Path Parameters

m2mAppIdRequired
string·min 21·max 21

Request Body

application/json
ipAddressRequired
string
description
string

Responses

DELETE /m2m-applications/{m2mAppId}/ip-whitelist/{entryId}

DELETE/m2m-applications/{m2mAppId}/ip-whitelist/{entryId}

Remove an IP address from the m2m application whitelist

Path Parameters

m2mAppIdRequired
string·min 21·max 21
entryIdRequired
string·min 21·max 21

Responses