cURL
curl --request GET \ --url https://api.edgee.app/v1/projects/{id}/domains \ --header 'Authorization: Bearer <token>'
{ "object": "list", "url": "<string>", "has_more": true, "last_key": "<string>", "data": [ { "object": "domain", "name": "<string>", "project_id": "<string>", "dns_status": true, "ssl_status": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Retrieves all the Domains of a project.
Show child attributes
Was this page helpful?