Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Array of TldResource
curl --request GET \
--url https://api.comm.com/api/v1/domains/accounts/platform/tlds \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"name": "<string>",
"price": 123
}
]
}
curl --request GET \
--url https://api.comm.com/api/v1/domains/accounts/platform/tlds \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"name": "<string>",
"price": 123
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Array of TldResource
Show child attributes