Skip to content

CX Pool API (1)

API for CX.POOL reviews

Languages
Servers
Mock server

https://idp.cdq.com/_mock/apis/cx-pool-api/api-v1/

Production SOAP

https://cx-pool-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/

Production

https://cx-pool-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/

Sharing

Everything about Business Partners

Operations

Pool

Everything about the Pool

Operations

Cache

Everything about the Cache

Operations

Cache

Request

Clear cache.

Security
oAuth2
Path
cacheNamestringrequired

cacheName of the cache to be cleared.

Enum ValueDescription
collaborationCreated

Collaboration created.

collaborationCxPoolLinkageStrategies

Collaboration CX Pool linkage strategies.

collaborationDataMatchingDefinition

Collaboration data matching definition.

collaborationLinkageStrategies

Collaboration linkage strategies.

Example: collaborationCreated
Headers
X-Credential-Usernamestringrequired

Username that is passed as header parameter with the name X-Credential-Username. The header can take a form of:

  • username (e.g. "johndoe")
  • user id (e.g. "87b1bdb1-ba87-4522-b363-c5a0e6e917b3")
Example: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3
curl -i -X DELETE \
  https://idp.cdq.com/_mock/apis/cx-pool-api/api-v1/cache/collaborationCreated \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'

Responses

OK