Create a code
Creates a dynamic KuikCode. Send an Idempotency-Key header to make retries safe.
Authorization
apiKey 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
application/json
curl -X POST "https://example.com/codes" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "destination": { "type": "url", "url": "http://example.com" } }'{ "id": "string", "shortCode": "string", "name": "string", "scanUrl": "string", "destination": { "type": "string", "url": "string", "pageId": "string", "summary": "string" }, "folderId": "string", "tags": [ "string" ], "archived": true, "hasAccessCode": true, "previewUrl": "string", "scans": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z"}List codes GET
Active codes, most recently changed first. Filter by folder, tag or name; `archived=true` lists archived codes instead.
Create many codes POST
Up to the plan's batch size per call (see `limits.bulkBatch` on GET /me), all into one folder, all or nothing. Ten batches per ten minutes per key.