{
"opencollection": "1.0.0",
"info": {
"name": "Coveo Activity Activities Organization Api Keys Templates 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": "Organization Api Keys Templates",
"type": "folder"
},
"items": [
{
"info": {
"name": "List API Key Templates",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/templates/apikeys",
"params": [
{
"name": "organizationId",
"value": "",
"type": "path",
"description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`"
}
]
},
"docs": "Lists all the API keys templates 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 Template",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/templates/apikeys/:organizationApiKeyTemplateId",
"params": [
{
"name": "organizationId",
"value": "",
"type": "path",
"description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`"
},
{
"name": "organizationApiKeyTemplateId",
"value": "",
"type": "path",
"description": "The unique identifier of the API key template."
}
]
},
"docs": "Shows an API key template 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": "Get All API Key Templates' Eligibility for the Current User",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/templates/apikeys/privileges/eligibility",
"params": [
{
"name": "organizationId",
"value": "",
"type": "path"
}
]
},
"docs": "Privilege required
\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"API_KEY\",\"type\":\"CREATE\",\"targetId\":\"*\"}\n```\n "
}
]
}
],
"bundled": true
}