API for CX.POOL reviews
CX Pool API (1)
Overview
URL
Michał Malinka
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/
Path
cacheName of the cache to be cleared.
| Enum Value | Description |
|---|---|
| collaborationCreated | Collaboration created. |
| collaborationCxPoolLinkageStrategies | Collaboration CX Pool linkage strategies. |
| collaborationDataMatchingDefinition | Collaboration data matching definition. |
| collaborationLinkageStrategies | Collaboration linkage strategies. |
Example: collaborationCreated
- Mock server
https://idp.cdq.com/_mock/apis/cx-pool-api/api-v1/cache/{cacheName}
- Production SOAP
https://cx-pool-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/cache/{cacheName}
- Production
https://cx-pool-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/cache/{cacheName}
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'