IP-Netz kaufen
POST
/ip/purchase
Body Parameter (application/x-www-form-urlencoded)
| Name | Format | Beschreibung | Optional |
|---|---|---|---|
| netID | String | netID aus /ip/available Endpunkt | — |
Response (application/json)
200
{4 Eigenschaften
"status": "success",
"requestID": "7b251442-fe76-4bcf-bac9-ac67909c7996",
"message": "IP network has been successfully purchased, you will now find it in your IP network list",
"data": null
}
cURL
curl -X POST 'https://live.fireapi.de/ip/purchase' \ -H 'X-FIRE-APIKEY: YOUR-API-KEY' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d 'netID=VALUE'