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.