Sr. Manager
Original Message:
Sent: 10-09-2024 12:33
From: Rushyendar Akula
Subject: Postman setup for API usage
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
Original Message:
Sent: 10-08-2024 14:11
From: Anonymous Member
Subject: Postman setup for API usage
This message was posted by a user wishing to remain anonymous
Hello,
We recently began an implementation and are encountering issues with API calls. Assistance in navigating the documentation for API usage would be greatly appreciated.
We are receiving an "Unauthorized exception" when attempting to obtain the authentication key.
Is it necessary to acquire initial credentials from Reltio to generate the authentication key via the Authentication API?
Thank you.