Body Parameter (application/x-www-form-urlencoded)
Name | Format | Beschreibung | Optional |
---|---|---|---|
netID | String | netID aus /ip/available Endpunkt |
Response (application/json)
{
"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 "https://live.fireapi.de/ip/purchase" -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY" -d "netID=REPLACE_VALUE"
Anfrage testen