cURL
curl --request POST \ --url https://api.robase.dev/v1/domains \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "mail.shuttlers.ng", "region": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "status": "pending", "records": [ { "record_type": "<string>", "name": "<string>", "value": "<string>" } ] }
Pass your API key as Authorization: Bearer rb_live_...
Authorization: Bearer rb_live_...
"mail.shuttlers.ng"
Created.
pending
verified
failed
Show child attributes