{ "openapi": "3.0.3", "info": { "title": "CDR Common API", "version": "1.36.0", "description": "Specifications for common endpoints applicable to all data holders (except secondary data holders).", "license": { "name": "MIT License", "url": "https://opensource.org/licenses/MIT" }, "contact": { "name": "Data Standards Body", "email": "contact@dsb.gov.au", "url": "https://dsb.gov.au/" } }, "servers": [ { "description": "MTLS", "url": "https://mtls.dh.example.com/cds-au/v1" } ], "tags": [ { "name": "Data Holder Customers", "x-shortName": "Customers", "description": "Data Holder Customer endpoints" }, { "name": "Data Holder Operations", "x-shortName": "Operations", "description": "Data Holder Operations endpoints" } ], "paths": { "/common/customer": { "get": { "tags": [ "Data Holder Customers" ], "summary": "Get Customer", "description": "Obtain basic information on the customer that has authorised the current session.\n\n