Skip to main content

Gets allowlist of IP addresses & ranges

GET 

/api/v1/ip-allowlist

Gets allowlist of IP addresses & ranges

Request

Query Parameters

    pageSize int32

    Number of results to return per page. (Note: If no "pageSize" value is provided, the endpoint will attempt to return all allowlist entries.)

    page int32

    Default value: 0

    Page number to return, 0-indexed.

Responses

Successfully retrieved IP allowlist

Schema

    entries

    object[]

    required

    Allowlist entries

  • Array [

  • address stringrequired

    IP address or range

    description string

    Description of an entry

  • ]

  • page int32required

    Current page number, 0-indexed

    total int32required

    Total number of results

    totalPages int32required

    Total number of pages

Loading...