Thank you, Ashish. I dont see client credentials page, may be I dont have permissions to view it.

I will work with my other team members on this. I appreciate your inputs on this issue. Thank you.
------------------------------
Rushyendar Akula
Datasys Inc
Concord NC
------------------------------
Original Message:
Sent: 10-09-2024 12:11
From: Ashish Rawat
Subject: Postman setup for API usage
You can navigate to Console->Client Credentials-> Create New
------------------------------
Ashish Rawat
Sr. Manager
Fresh Gravity
Bangalore
------------------------------
Original Message:
Sent: 10-09-2024 11:35
From: Rushyendar Akula
Subject: Postman setup for API usage
Thank you Ashish.
Here in the CURL command, I see the clientId and client secret....How do we get these values?
------------------------------
Rushyendar Akula
Datasys Inc
Concord NC
Original Message:
Sent: 10-09-2024 09:24
From: Ashish Rawat
Subject: Postman setup for API usage
Not sure if I follow your post, but here is the curl command to get auth token via client credentials. You can import this command in postman to use it as API
curl --location 'https://auth.reltio.com/oauth/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id=<<Client ID>>' \
--data-urlencode 'client_secret=<<Client Secret>>'
------------------------------
Ashish Rawat
Sr. Manager
Fresh Gravity
Bangalore