How To Use API-Tokens¶
Requirements
- Sign-up for a Colyseus Arena Account
- An API Token needed
Important
- Public API Docs URL: https://public-api.colyseus.dev/api-docs/
How to use API-Token¶
The API Token created in the tutorial, API Token can be used to interact with the Public APIs via the docs link. Follow the below steps for the same:
- Click on the
Copy
button next to listen API-Token on UI
-
Open the Public API Docs (using the link mentioned above)
-
Click on
Authorize
and paste the copiedAPI-Token
there and hit close
- Now with the help of the UI, you can interact with the API. Expand the
/user/me
accordion and click onTry It Out