Http Get request

Hi,
I need to make an HTTP request to an API URL :
image
I have the following information:

  • Token
  • API Key
    I want to retrieve following parameter values when I search with ‘mail’ parameter:
  • givenName
  • ou
  • company
  • title

Can someone help me with:

  1. how to create a query for this?
  2. how to access the API with given token and key?

Any help will be highly appreciated.

Thanks!

1 Like

Hi @kaurM

Please check this below documentation.

https://postman.uipath.rocks/view/3707132/RWTeV24p/#fbe9adf1-8ed9-46e0-b65a-8a1432bdcd65

Hi @kaurM

Please have a look

Hope this helps.
Thanks.

Hey @kaurM

Any documentation you have for this API ?

Thanks
#nK

Unfortunately no.
What kind of info do we expect from API documentation? I have some more info about this API

1 Like

Hey @kaurM

Just want to know how this Token and API key should be passed.

As a common approach we will pass those through headers but again we need to know the field name for which we will pass the above values.

Thanks
#nK