List domains
GET /api/v1/domain
GET
/api/v1/domain
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” account_id
required
sorting
pagination[offset]
pagination[page_size]
Responses
Section titled “ Responses ”Success
object
pagination
One of:
PaginationOutput
Pagination information
object
item_count
The total number of items
number
item_end
The index of the last item in the page (one-based)
number
item_start
The index of the first item in the page (one-based)
number
next_page_offset
page_count
The total number of pages
number
page_index
The index of the current page (one-based)
number
page_offset
The offset of the first item in the page (zero-based)
number
page_size
The number of items per page
number
{ "item_count": 200, "item_end": 100, "item_start": 91, "next_page_offset": 110, "page_count": 20, "page_index": 10, "page_offset": 90, "page_size": 10, "previous_page_offset": 80}
Null
Null
string
sorting
status
string
success
summaries
Array<object>
Domain_Summaryobject
account_id
Account_Id
A valid account ID
string
013xrzp12g3nqk8n6cyr5x0k8yb10h59
id
Domain_Id
A valid domain ID
string
013xrzp12g3nqk8n32sd3jyxq5a8ywe2
status
string
extant
title
string
type
string
domain
default
Section titled “default ”Error
One of:
object
code
string
bad_request
message
string
status
string
error