santosh_csc
9 years agoGuide
How to get session key in JSON format
Currently, I'm getting session key as XML response. Is there any way get the session key in JSON format?
Sign in to react to this post
- 9 years ago
santosh_csc- You need to pass ?restapi.response_format=json with your API call .
E.g
https://communityurl.com/restapi/vc/authentication/sessions/login?restapi.response_format=json
Give kudos if you find my posts helpful or mark solution if it answers your query
Tariq