Domains
List all Domains
Retrieves all the Domains of a project.
GET
Authorizations
Path Parameters
Response
200
application/json
A list of Domains
String representing the object’s type. Objects of the same type share the same value.
Example:
"list"
The URL where this list can be accessed.
Whether there are more objects beyond the ones returned. You can use it to decide whether to show the user a “load more” button, for example.
The last key of the list. You can use its value on the start_key
parameter to fetch the next page of the list.
A Domain is a hostname that you can use to access your project. Each domain belongs to a project.
Was this page helpful?