API
API
Back to appIntroductionAuthenticationQuickstartCore conceptsUploading callsGetting resultsWebhooksPagination and searchErrorsRate limits and billing
Clear all categories (delete entire taxonomy) DELETECreate a category POSTDelete a category DELETEGet category tree with call counts GETMove a category to a new parent or display order PATCHUpdate a category PUT
ReferenceCategories

Update a category

PUT/v1/projects/{projectId}/categories/{id}

Authorization

ApiKeyAuth
X-API-Key<token>

Organization API key. Format: X-API-Key: at_live_...

In: header

Path Parameters

projectId*string
Formatuuid
id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

*/*

curl -X PUT "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/categories/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "taxonomyId": "string",  "name": "string",  "description": "string",  "parentId": "string",  "displayOrder": 0,  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}

Move a category to a new parent or display order PATCH

Previous Page

Get pending action items GET

Returns action items extracted from calls, sorted by overdue status then by date. When 'from' and/or 'to' are omitted, no date filtering is applied — all data is returned.

name?string
description?string