- Login account then click
Settings
. - Fill the description of the token, select token scopes, then generate the token.
- Copy the token for future API call use.
- Go to API doc.
- Production: https://todos-actioncable.herokuapp.com/swagger
- Development: http://localhost:3000/swagger
- Fill the token with the format
token [YOUR TOKEN]
. - Try API call!
curl --header 'Authorization: token [YOUR TOKEN]' https://todos-actioncable.herokuapp.com/api/v1/rate_limit