POST
/domain/handle/create
curl \
-X POST https://api.famesystems.de/domain/handle/create?gender=string&firstname=string&lastname=string&street=string&number=string&postcode=string&city=string®ion=string&country_code=string&email=string \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"handle": "FSH01337"
}
Response examples (200)
{
"handle": "FSH01337"
}