# Create Credit Create an Credit Endpoint: POST /v3/credits Version: 2026-01-08 Security: ZephrHmacHttp ## 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