Auth Tokens
Explanation about EcoNuker's auth tokens.
Auth tokens have 3 levels of permissions.
Basic
Trusted
Admin
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:
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
Name
Type
Description
token*
String
/auth/verify/<token>
Example response:
Last updated