List Help Desks
GET
/api/v1/help-desksRequires an Organization API key with the member capability.
Authorization
apiKey AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/help-desks"{ "data": [ { "id": "string", "description": "string", "name": "string", "organizationId": "string", "createdAt": "string", "updatedAt": "string", "autoGenerateImprovements": true, "ticketingIntegration": null } ]}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}