Hi, I have imported updated Beta version (March 2024) API. Authorization works fine for my prod env but for sandbox env I am getting error:
Error: unauthorized, Description: Full authentication is required to access this resource
Here is Authorization details:
Type - OAuth 2.0
add auth data to - Request Headers
token
Header prefix - Bearer
grant type - client credentials
access token url - https://tenantname.api.identitynow.com/oauth/token
client id:
client secret:
scope sp:scopes:default sp:scopes:all
client auth - send as basic auth header
With same info I am able to authorize successfully for old beta version API. Can someone please suggest fix for this issue.