Automates process of creating organizations for new business prospects.
Prospect API (1)
Download OpenAPI description
Overview
URL
Krystian Sola
Languages
Servers
Mock server
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/
Production SOAP
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/
Production
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/
Bodyapplication/jsonrequired
Password (minimum 12 characters)
Example: "SecurePassword123!"
Name of the organization (optional, will be auto-generated from email if not provided)
Example: "Org AG"
- Mock server
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/prospects
- Production SOAP
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/prospects
- Production
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/prospects
- 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/prospects \
-H 'Content-Type: application/json' \
-d '{
"email": "info@cdq.ch",
"password": "SecurePassword123!",
"firstName": "John",
"lastName": "Doe",
"organizationName": "Org AG",
"phoneNumber": "+1234567890"
}'