Reltio Connect

 View Only
  • 1.  Postman setup for API usage

    This message was posted by a user wishing to remain anonymous
    Posted 10-08-2024 14:11
    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.



  • 2.  RE: Postman setup for API usage

    Founding Member
    Posted 10-09-2024 09:24

    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
    ------------------------------



  • 3.  RE: Postman setup for API usage

    Posted 10-09-2024 11:35

    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
    ------------------------------



  • 4.  RE: Postman setup for API usage

    Founding Member
    Posted 10-09-2024 12:12

    You can navigate to Console->Client Credentials-> Create New



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 5.  RE: Postman setup for API usage

    Posted 10-09-2024 12:33

    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
    ------------------------------



  • 6.  RE: Postman setup for API usage

    Founding Member
    Posted 10-09-2024 13:00

    NP! A user must have Admin User or Admin Customer role to create client creds



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------