Forum Discussion
irach15
5 years agoMaven
not marking yet,
because I'm having the issue to do cUrl with SSO signin.
How can I find SSO token to get a session key?
curl -X \
POST https://[COMMUNITY DOMAIN]/restapi/vc/authentication/sessions/login \
-H 'content-type: application/x-www-form-urlencoded' \
-d 'sso.authentication_token': 'some-token-here'
looking for any help here.
curl -X DELETE \
https://[COMMUNITY-DOMAIN]/api/2.0/ratings/20 \
-H 'Authorization: Bearer [TOKEN]' \
-H 'client-id: [CLIENT-ID]' \
in order to do call above
what are Bearer [TOKEN] and [CLIENT-ID]??
Related Content
- 5 months ago
- 2 years ago
- 3 years ago
- 11 years ago