Automates process of creating organizations for new business prospects.
Prospect API (1)
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/
- Mock server
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/trialorganizationworkflows
- Production SOAP
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/trialorganizationworkflows
- Production
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/trialorganizationworkflows
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/trialorganizationworkflows \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"organizationId": "cdq_monitor"
}'{ "description": "Prepare Trial Organization", "organizationId": "cdq_monitor", "steps": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/trialorganizationworkflows/{organizationId}
- Production SOAP
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/trialorganizationworkflows/{organizationId}
- Production
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/trialorganizationworkflows/{organizationId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/trialorganizationworkflows/cdq_monitor \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "description": "Prepare Trial Organization", "organizationId": "cdq_monitor", "steps": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/trialorganizationworkflows/info
- Production SOAP
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/trialorganizationworkflows/info
- Production
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/trialorganizationworkflows/info
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/trialorganizationworkflows/info \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "description": "Prepare Trial Organization", "steps": [ { … } ] }