- 1 Minute to read
Overview
- 1 Minute to read
As described in Platform Fundamentals section, using our Restful API is one of the tools that you can use to remotely access the sensors/controllers of the robot and also to send/get data from your embedded-pc code.
Authentication
In order to access a Gary device or use the API against our simulator, you will need to get a security token. The Bearer token must be attached to any call under the Authorization header parameter.
Since our robot was not delivered yet, the best approach to check the API is with our emulator. Please follow the instructions below to get your auth token:
1- Open https://localhost:8000/examples/screen and leave it open.
2- Call /auth/pair endpoint from Swagger.
3-Go to the previously opened Screen page and follow the displayed link.
4-Follow the authentication flow.
5-You should see the access token in /auth/pair's response in Swagger.
That's it! this is your Bearer access token.
- List of all available APIs - including variables and responses examples.