List dedicated IPs

Post /settings/ips

Parameters:

None

Response:

Node of IP:

Name Description Type
id IP Id String
type 0: transactional ; 1: bulk Int
ip IP address String
expirationDate Datetime on timestamp format Int
subscriptionDate Datetime on timestamp format Int
Programming language:

Response exemple:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
    {
        "ip": "00.00.00.00",
        "type": 0,
        "id": "5gre654gre6g87trh64htr6f",
        "expirationDate": 1440774150,
        "subscriptionDate": 1438009350
    },
    {
        "ip": "00.00.00.01",
        "type": 0,
        "id": "55g654h6r54jty86j7t6h54r",
        "expirationDate": 1441360916,
        "subscriptionDate": 1438682516
    }
]