# Retrieve a credit Retrieves a single credit. Endpoint: GET /v3/credits/{id} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `id` (string, required) Unique Credit identifier ## Response 200 fields (application/json): - `label` (string) Example: "Test credit" - `description` (string) Example: "This is an credit" - `delivers` (array) - `unit` (string) Example: "views" - `quantity` (number) Example: 5 - `auto_assign` (string) Example: "none" ## Response 404 fields