# Create a credit Creates a credit. Endpoint: POST /v3/credits/{id} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `id` (string, required) Unique Credit identifier ## Request fields (application/json): - `label` (string) Example: "Test credit" - `description` (string) Example: "This is an credit" - `delivers` (array) Example: ["ENTITLEMENT_ID"] - `unit` (string) Example: "views" - `quantity` (number) Example: 5 - `auto_assign` (string) Example: "none" ## Response 201 fields ## Response 400 fields