I’m using the HubSpot Domains API (v3). The documentation states that the “sort” param accepts an array. What’s the convention to represent arrays in this case?
Let assume I want to set:
sort = [“id”, “column”]
The command would look like this?
curl --request GET
--url ‘https://api.hubapi.com/cms/v3/domains/?**sort=id& sort=column**&hapikey=YOUR_HUBSPOT_API_KEY’