Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2025 12:39 PM
Could you please set your request body and header as follow:
var requestBody = {
"grant_type": grantType,
"username": username,
"password" : password,
"client_id" : clientId,
"auth_mode" : authMode
}
req.setRequestHeader('Content-Type','application/json');
request.setRequestBody(JSON.stringify(requestBody));
Thanks & Best regards,
Medi