12-03-25 05:59 PM - edited 12-03-25 06:05 PM
I have token URL and client id and client secrent and Main URL (Base URL).
I am not able to get data from api using this details .
Then i tried base url with token generated from token url . I am able to get response
I need a solution either to get access token or to authenticate and get response from Main URL using client creds with token URL
if someone has any examples ?
Can anyone help with this ?
yesterday
can you please share more details like this is for which APIs ?
first you have to get the token , and then call the other endpoint URls to get the response by passing the access token.
did you tried using postman application ?