KuikCodeDocs
APIReferenceCodes

Update many codes

PATCH
/codes/bulk

Repoint, refile, retag or archive up to 100 codes in one call. Ids from other workspaces are skipped silently.

AuthorizationBearer <token>

An API key from Settings, Developers: Authorization: Bearer kc_live_...

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://example.com/codes/bulk" \  -H "Content-Type: application/json" \  -d '{    "ids": [      "string"    ]  }'
{  "updated": 0,  "failed": [    {      "id": "string",      "error": "string"    }  ]}