{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Api Keys API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Api Keys", "type": "folder" }, "items": [ { "info": { "name": "Duplicate API Key", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/:sourceApiKeyId/duplicate", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" }, { "name": "sourceApiKeyId", "value": "", "type": "path", "description": "The unique identifier of the API key.
**Example:** `t4hk287bfj5sg6wskg64ckk5a`
See [Getting the apiKeyId](https://docs.coveo.com/en/38/)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Duplicates and existing API key of an API key in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"CREATE\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Show API Key", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/:apiKeyId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" }, { "name": "apiKeyId", "value": "", "type": "path", "description": "The unique identifier of the API key.
**Example:** `t4hk287bfj5sg6wskg64ckk5a`" } ] }, "docs": "Shows an API key in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Update API Key", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/:apiKeyId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" }, { "name": "apiKeyId", "value": "", "type": "path", "description": "The unique identifier of the API key.
**Example:** `t4hk287bfj5sg6wskg64ckk5a`
See [Getting the apiKeyId](https://docs.coveo.com/en/38/)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing API key in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"EDIT\",\"targetId\":\"{apiKeyId}\"}\n```\n
" }, { "info": { "name": "Delete API Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/:apiKeyId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" }, { "name": "apiKeyId", "value": "", "type": "path", "description": "The unique identifier of the API key.
**Example:** `t4hk287bfj5sg6wskg64ckk5a`
See [Getting the apiKeyId](https://docs.coveo.com/en/38/)." } ] }, "docs": "Deletes an API key from an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"EDIT\",\"targetId\":\"{apiKeyId}\"}\n```\n
" }, { "info": { "name": "Disable API Key", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/:apiKeyId/disable", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" }, { "name": "apiKeyId", "value": "", "type": "path", "description": "The unique identifier of the API key.
**Example:** `t4hk287bfj5sg6wskg64ckk5a`
See [Getting the apiKeyId](https://docs.coveo.com/en/38/)." } ] }, "docs": "Disables an API key in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"EDIT\",\"targetId\":\"{apiKeyId}\"}\n```\n
" }, { "info": { "name": "Extend API Key Activation", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/:apiKeyId/activation/extend", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" }, { "name": "apiKeyId", "value": "", "type": "path", "description": "The unique identifier of the API key.
**Example:** `t4hk287bfj5sg6wskg64ckk5a`
See [Getting the apiKeyId](https://docs.coveo.com/en/38/)." } ] }, "docs": "Extend the activation of an API key in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"EDIT\",\"targetId\":\"{apiKeyId}\"}\n```\n
" }, { "info": { "name": "Activate API Key", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/:apiKeyId/activate", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" }, { "name": "apiKeyId", "value": "", "type": "path", "description": "The unique identifier of the API key.
**Example:** `t4hk287bfj5sg6wskg64ckk5a`
See [Getting the apiKeyId](https://docs.coveo.com/en/38/)." } ] }, "docs": "Activates an API key in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"EDIT\",\"targetId\":\"{apiKeyId}\"}\n```\n
" }, { "info": { "name": "Disable Multiple API Keys", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/disable/bulk", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disables multiple API keys in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"EDIT\",\"targetId\":\"{apiKeyId}\"}\n```\n
" }, { "info": { "name": "Activate API Keys", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/activate/bulk", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Activates multiple API keys in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"EDIT\",\"targetId\":\"{apiKeyId}\"}\n```\n
" }, { "info": { "name": "List API Keys", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization" }, { "name": "status", "value": "", "type": "query", "description": "Optional filter for API key status" } ] }, "docs": "Lists all API keys in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Create API Key", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" }, { "name": "apiKeyTemplateId", "value": "", "type": "query", "description": "The unique identifier of the template on which to base the API key." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an API key in an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"CREATE\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Rotate API Key", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/rotate", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rotates an API key in an [organization](https://docs.coveo.com/en/185/)." }, { "info": { "name": "Delete API Keys", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/apikeys/delete/bulk", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes multiple API keys from an [organization](https://docs.coveo.com/en/185/glossary/coveo-organization).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"EDIT\",\"targetId\":\"{apiKeyId}\"}\n```\n
" } ] } ], "bundled": true }