Auth Tokens
Explanation about EcoNuker's auth tokens.
Auth tokens have 3 levels of permissions.
These auth tokens determine whether or not you can do a specific action.
There is also a "none" level of permission, below basic. This occurs when no auth token is inputted.
Auth tokens are to be sent as a header:
'Authorization': 'Your auth token'
You can verify an auth token with this route:
Token Verification
GET https://econuker.xyz/api/auth/verify/{token}
Verify an auth token. Do not pass the auth token through a header.
Path Parameters