i have created my app and access token using this screen, can i now use this token to connect to api and fetch instrument info.
as of now, when i am trying to use this token, it is saying invalid
i have created my app and access token using this screen, can i now use this token to connect to api and fetch instrument info.
as of now, when i am trying to use this token, it is saying invalid
Hi @NEHA_1809227,
The access token displayed in the “My Apps” section is valid, and you can use it to access all APIs. Kindly ensure that you are passing it in the correct format. You may also refer to the example codes for guidance: Example Code Reference.
Thanks!