URL Variablen
Name | Beschreibung |
---|---|
handle | Handle ID (z.B. FIRE24XX) |
Body Parameter (application/x-www-form-urlencoded)
Name | Format | Beschreibung | Optional |
---|---|---|---|
gender | Enum (handle.gender) | Geschlecht | |
street | String | Straße | |
number | String | Hausnummer | |
zipcode | String | Postleitzahl | |
city | String | Stadt | |
region | String | Bundesland | |
countrycode | Enum (handle.countrycode) | Ländercode, abrufbar via /domain/handle/countries Endpunkt | |
String | E-Mail Adresse |
Response (application/json)
{
"status": "success",
"requestID": "0bbbcba0-482a-4369-92a7-cff876a5063a",
"message": "Handle successfully updated",
"data": null
}
cURL
curl "https://live.fireapi.de/domain/handle/:handle/update" -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY" -d "gender=REPLACE_VALUE&street=REPLACE_VALUE&number=REPLACE_VALUE&zipcode=REPLACE_VALUE&city=REPLACE_VALUE®ion=REPLACE_VALUE&countrycode=REPLACE_VALUE&email=REPLACE_VALUE"
Anfrage testen