Reference (v1)ResellerReseller auslesenVersion: API v1On this pageReseller auslesenGET/resellers/{resellerIdentifier}/API versionv1Request methodGETOperation ID getResellerDiese Operation liest genaue Daten eines einzelnen Resellers aus Request Path parameters requiredresellerIdentifierstringrequiredName oder ID eines Resellers Responses 200 OKFormatapplication/jsonDescriptionDer ResellerSchema documentationExampleJSON SchemauidintegernamestringcustomerNumberinteger{ "uid": 123, "name": "string", "customerNumber": 123}{ "title": "Reseller", "type": "object", "properties": { "uid": { "type": "integer", "readOnly": true }, "name": { "type": "string", "readOnly": true }, "customerNumber": { "type": "integer", "readOnly": true } }}403 Forbidden Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/resellers/string