Récupérer une IP dédiée

Get /settings/ips/{id}

Paramètres dans l'URL :

Nom Description Type Obligatoire
id Id de l'IP String Oui

Réponse :

Nom Description Type
id Id de l'IP String
type 0 : transactionnel ; 1 : bulk Int
ip Adresse IP String
expirationDate Date au format timestamp Int
subscriptionDate Date au format timestamp Int
Langage de programmation :

Exemple de réponse :

1
2
3
4
5
6
7
8
{
    "ip": "00.00.00.01",
    "type": 0,
    "id": "55g654h6r54jty86j7t6h54r",
    "expirationDate": 1441360916,
    "subscriptionDate": 1438682516
}