Get all industries
cURL
curl --request GET \ --url https://api-staging.respondent.io/v1/industries \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-secret: <x-api-secret>'
{ "totalResults": 123, "page": 1, "pageSize": 50, "results": [ { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "name": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } ] }
The response is of type object.
object