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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here
Bearer <token>
<token>
A list of Domains
The response is of type object.
object
Was this page helpful?