CDQ LinkedIn Proxy API for registering demo organization.
CDQ LinkedIn Proxy API (1)
Overview
URL
Michał Malinka
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/
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/cdq-linkedin-proxy-api/api-v1/maintenance/cleanup
- Production SOAP
https://cdq-linkedin-proxy-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/maintenance/cleanup
- Production
https://cdq-linkedin-proxy-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/maintenance/cleanup
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"
}'