cURL
curl --request GET \ --url https://api.oneofnone.io/v1/team/domains \ --header 'x-api-key: <api-key>'
[ { "id": 123, "fqdn": "<string>", "type": "<string>", "status": "<string>", "is_enabled": true, "is_primary": true, "created_at": "<string>", "apex_domain": "<string>", "assigned_app": "<string>", "updated_at": "<string>" } ]
Successful response