Calling secured endpoint by token

Hi,

how to call secured endpoint by GET method? Endpoint is secured by token. Is it possible to add the token to URL?

Thanks

Hello Michal.

Yes, it is… just add the access_token param into your URL, e.g. ?access_token=myToken.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.