{ "opencollection": "1.0.0", "info": { "name": "WorkOS admin-portal organizations.api_keys API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "organizations.api_keys", "type": "folder" }, "items": [ { "info": { "name": "List API Keys for an Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.workos.com/organizations/:organizationId/api_keys", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Unique identifier of the Organization." }, { "name": "before", "value": "", "type": "query", "description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list." }, { "name": "after", "value": "", "type": "query", "description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list." }, { "name": "limit", "value": "", "type": "query", "description": "Upper limit on the number of objects to return, between `1` and `100`." }, { "name": "order", "value": "", "type": "query", "description": "Order the results by the creation time." } ] }, "docs": "Get a list of all API keys for an organization." }, { "info": { "name": "Create an API Key for an Organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.workos.com/organizations/:organizationId/api_keys", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Unique identifier of the Organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API key for an organization." } ] } ], "bundled": true }