Skip to content

Prospect API (1)

Automates process of creating organizations for new business prospects.

Download OpenAPI description
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/

workflows

Workflows.

Trial Organization Workflow

Operations

LinkedIn

Operations

Maintenance

Operations

Cleanup LinkedIn Test Users

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.com
  • pawel.kowalczyk993@gmail.com
  • piotr@sobczak.dev
  • krystian.sola@gmail.com
  • mmmalinkaaa1praca@gmail.com
  • cloud-apps-e2e@cdq.com This endpoint can be called only by cdq users or by the preceding users.
Security
oAuth2
Bodyapplication/json
emailstring(UserEmail)required

Email address of a user.

Example: "info@cdq.ch"
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"
  }'

Responses

The resource was deleted successfully.