Helpdesks
Create a Help Desk
POST
/api/v1/help-desksErfordert einen API-Schlüssel der Organisation mit der Berechtigung „edit“.
Authorization
apiKey AuthorizationBearer <token>
In: header
Request Body
application/json
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/help-desks" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "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" }}{ "error": { "code": "string", "message": "string" }}