cURL
curl --request GET \ --url https://api.comm.com/api/v1/domains/accounts/{account}/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.
Bearer <token>
<token>
The account ID
Array of TldResource
TldResource
The response is of type object.
object