Skip to main content

List Ips

GET 

/ips

Get all IPs belonging to the user that match the given filters.

Request

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 250

    The size of the page

    filter[connection_id] string

    ID of the IP Connection to which this IP should be attached.

    filter[ip_address] string

    IP adddress represented by this resource.

    filter[port] integer

    Port to use when connecting to this IP.

Responses

200: Successful response with a list of IPs.

Schema

    data

    object[]

  • Array [

  • id int64

    Identifies the type of resource.

    record_type string

    Identifies the type of the resource.

    connection_id string

    ID of the IP Connection to which this IP should be attached.

    ip_address string

    IP adddress represented by this resource.

    port integer

    Default value: 5060

    Port to use when connecting to this IP.

    created_at string

    ISO 8601 formatted date indicating when the resource was created.

    updated_at string

    ISO 8601 formatted date indicating when the resource was updated.

  • ]

400: Bad request, the request was unacceptable, often due to missing a required parameter.

Schema

    errors

    object[]

  • Array [

  • code string
    detail string

    meta

    object

    url uri
    title string

    source

    object

    pointer string
  • ]

401: Unauthorized

Schema

    errors

    object[]

  • Array [

  • code string
    detail string

    meta

    object

    url uri
    title string

    source

    object

    pointer string
  • ]

403: The user doesn't have the required permissions to perform the requested action.

Schema

    errors

    object[]

  • Array [

  • code string
    detail string

    meta

    object

    url uri
    title string

    source

    object

    pointer string
  • ]

Loading...