# Retrieve a Certifier Retrieve a single certifiers item by unique identifier. Endpoint: GET /items/certifiers/{id} Version: 1.0.0 Security: Auth ## Query parameters: - `fields` (array) Control what fields are being returned in the object. - `meta` (string) What metadata to return in the response. Enum: "total_count", "filter_count", "*" ## Path parameters: - `id` (integer, required) Index of the item. Example: 1 ## Response 200 fields (application/json): - `data` (object) - `data.id` (integer) Example: 1 - `data.kursnet_id` (integer,null) Example: 29 - `data.name` (string,null) Example: "DEKRA Certification GmbH" - `data.street` (string,null) Example: "Alt-Moabit 59-61" - `data.zip` (string,null) Example: "10555" - `data.contact` (string,null) Example: "Frau Müller" - `data.comment` (string,null) Example: "Die Akkreditierung besteht nur für Zulassungen von Trägern und Maßnahmen in den Fachbereichen nach 5 Abs. 1 S. 3 Nr. 1, 2, 3, 4, 6 AZAV." ## Response 401 fields (application/json): - `error` (object) - `error.code` (integer) Example: 403 - `error.message` (string) Example: "Invalid token" ## Response 404 fields (application/json): - `error` (object) - `error.code` (integer) Example: 404 - `error.message` (string) Example: "Not found"