API-Key: ********************
{ "domain": "string", "type": "register", "transfer_code": "string", "nameserver": "string", "dns_template_id": 0, "profile": { "owner": 0, "admin": 0, "tech": 0, "billing": 0 } }
curl --location --request POST 'https://mijn.host/api/v2/domains/order' \ --header 'Accept;' \ --header 'User-Agent: my-application/1.0.0' \ --header 'API-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "domain": "string", "type": "register", "transfer_code": "string", "nameserver": "string", "dns_template_id": 0, "profile": { "owner": 0, "admin": 0, "tech": 0, "billing": 0 } }'
{ "status": 200, "status_description": "Request successful", "data": { "order_id": 10000, } }