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/
Request
This endpoint cleans up test users, which were logged in via LinkedIn to allow testing the LinkedIn integration. Only the following users can be cleanup:
pwrynio@gmail.compawel.kowalczyk993@gmail.compiotr@sobczak.devkrystian.sola@gmail.commmmalinkaaa1praca@gmail.comcloud-apps-e2e@cdq.comThis endpoint can be called only by cdq users or by the preceding users.
Security
oAuth2
- Mock server
https://idp.cdq.com/_mock/apis/prospect-api/api-v1/maintenance/cleanup
- Production SOAP
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/maintenance/cleanup
- Production
https://prospect-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/maintenance/cleanup
- 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/maintenance/cleanup \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"email": "info@cdq.ch"
}'