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/
- Mock server
https://idp.cdq.com/_mock/apis/cx-pool-api/api-v1/sharing/target
- Production SOAP
https://cx-pool-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/sharing/target
- Production
https://cx-pool-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/sharing/target
curl -i -X GET \
https://idp.cdq.com/_mock/apis/cx-pool-api/api-v1/sharing/target \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'Response
application/json
{ "storageId": "72d6900fce6b326088f5d9d91049e3e6", "clientId": "12345678-1234-5678-1234-567812345678" }
Bodyapplication/jsonrequired
Unique identifier of the Storage.
Example: "72d6900fce6b326088f5d9d91049e3e6"
- Mock server
https://idp.cdq.com/_mock/apis/cx-pool-api/api-v1/sharing/target
- Production SOAP
https://cx-pool-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/sharing/target
- Production
https://cx-pool-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/sharing/target
curl -i -X PATCH \
https://idp.cdq.com/_mock/apis/cx-pool-api/api-v1/sharing/target \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3' \
-d '{
"storageId": "72d6900fce6b326088f5d9d91049e3e6",
"clientId": "12345678-1234-5678-1234-567812345678"
}'Response
application/json
{ "storageId": "72d6900fce6b326088f5d9d91049e3e6", "clientId": "12345678-1234-5678-1234-567812345678" }