get https://app.aikido.dev/api/public/v1/domains
Returns a list of all the active domains connected in your account
Response
Returns a list of all the active domains connected in your account
xxxxxxxxxx
curl --request GET \
--url https://app.aikido.dev/api/public/v1/domains \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"id": 1,
"domain": "https://www.aikido.dev",
"kind": "front_end"
}
]