Logo
Openapi.it Public API Documentation

{{baseUrl}}/domain/:domain/admin

GET {{baseUrl}}/domain/:domain/admin

This method shows you who the admin contact of your domain is

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": { "admin": "AV-1463493248976" }, "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/domain/:domain/admin' -H 'Accept: application/json'

ENDPOINTS