{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Certs API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Certs", "type": "folder" }, "items": [ { "info": { "name": "Tyk List Certificates.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/tyk/certs", "params": [ { "name": "org_id", "value": "5e9d9544a1dcd60001d0ed20", "type": "query", "description": "Organisation ID to list the certificates." }, { "name": "mode", "value": "detailed", "type": "query", "description": "Mode to list the certificate details." } ] }, "docs": "List all certificates in the Tyk Gateway." }, { "info": { "name": "Tyk Add a Certificate.", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/tyk/certs", "params": [ { "name": "org_id", "value": "5e9d9544a1dcd60001d0ed20", "type": "query", "description": "Organisation ID to add the certificate to." } ] }, "docs": "Add a certificate to the Tyk Gateway." }, { "info": { "name": "Tyk Delete Certificate.", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost/tyk/certs/:certID", "params": [ { "name": "certID", "value": "5e9d9544a1dcd60001d0ed20a6ab77653d5da938f452bb8cc9b55b0630a6743dabd8dc92bfb025abb09ce035", "type": "path", "description": "Certificate ID to be deleted." }, { "name": "org_id", "value": "5e9d9544a1dcd60001d0ed20", "type": "query", "description": "Organisation ID to delete the certificates from." } ] }, "docs": "Delete certificate by ID." } ] } ], "bundled": true }