kaurM
1
Hi,
I need to make an HTTP request to an API URL :

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:
- how to create a query for this?
- how to access the API with given token and key?
Any help will be highly appreciated.
Thanks!
1 Like
Hey @kaurM
Any documentation you have for this API ?
Thanks
#nK
kaurM
5
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