Skip to content

CDQ LinkedIn Proxy API (1)

CDQ LinkedIn Proxy API for registering demo organization.

Languages
Servers
Mock server

https://idp.cdq.com/_mock/apis/cdq-linkedin-proxy-api/api-v1/

Production SOAP

https://cdq-linkedin-proxy-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/

Production

https://cdq-linkedin-proxy-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/

LinkedIn

Prospect from 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/cdq-linkedin-proxy-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.