{ "opencollection": "1.0.0", "info": { "name": "Balad Gateway APIs/Authentication APIs/Core/Secrets API", "version": "1.0.0" }, "items": [ { "info": { "name": "APIs/Core/Secrets", "type": "folder" }, "items": [ { "info": { "name": "Delete Secret", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/core/v1/developer/secrets/delete", "headers": [ { "name": "Content-Type", "value": "application/json" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove an existing client secret using its unique secret ID." }, { "info": { "name": "Get Secrets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/core/v1/developer/secrets", "headers": [ { "name": "Content-Type", "value": "application/json" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a list of all existing client secrets associated with your account." }, { "info": { "name": "Generate Secret", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/core/v1/developer/secrets", "headers": [ { "name": "Content-Type", "value": "application/json" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate a new client secret by providing a name and an expiration date." } ] } ], "bundled": true }