This API is used to retrieve domains from the server, along with details including title, description, and parent id, if a parent exists. Add the parent_id parameter to only retrieve subdomains of a specific domain.
xxxxxxxxxx
curl --request GET \
--url https://alation_domain/integration/v2/domain/ \
--header 'accept: application/json'