Skip to main content
GET
List IP ACLs
Returns a paginated list of all IP ACL entries associated with the account. Use this endpoint to view all whitelisted IP addresses, audit your IP access configuration, and manage multiple IP ACL entries.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Security Audit: Regularly review this list to ensure only authorized IP addresses are whitelisted. Remove any entries that are no longer needed.

Query Parameters

Response

Returns a paginated list of IP ACL objects with metadata about pagination state.
Response - 200 OK

Examples

cURL - Default Pagination

cURL Request

cURL - Custom Pagination

cURL Request
Pagination Tip: Use total from the meta object to calculate total pages. For page 2 with limit 20, use offset=20.
Monitoring: Review the enabled field for each entry. Disabled entries appear in the list but do not allow authentication. Check updated_at to see when entries were last modified.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

Response

200 - application/json

List of IP ACLs

meta
object
required
objects
object[]
required