{ "opencollection": "1.0.0", "info": { "name": "Axle 1. Authentication 7. Validation API", "version": "1.4.6" }, "items": [ { "info": { "name": "7. Validation", "type": "folder" }, "items": [ { "info": { "name": "Validate Mpan", "type": "http" }, "http": { "method": "POST", "url": "https://api.axle.energy/validation/mpan", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "auth/token-form", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Validates the provided MPAN as one that is well-formatted and is associated with a connected import meter" } ] } ], "bundled": true }