🔑 API Access Tokens
Generate and manage access tokens for API integration and secure authentication
Generate New Token
Active Tokens
2/5
Token Limit
5 Maximum
Active Tokens
No active tokens
Web Dashboard
Read permissions
Active
Expires: 15 Dec 2023
Created: 15 Nov 2023
Mobile App
Read, Write permissions
Active
Expires: 20 Jan 2024
Created: 20 Dec 2023
Token Security
- Never share tokens in public repositories
- Rotate tokens regularly
- Use IP restrictions when possible
Token Information
What are access tokens used for?
Access tokens allow third-party applications to interact with the Jmotors API on your behalf. They provide a secure way to authenticate requests without sharing your password. Common uses include integrating with custom applications, automated scripts, and development tools.
How do I use an access token?
Include the token in the Authorization header of your HTTP requests: Authorization: Bearer YOUR_TOKEN_HERE. For security, always use HTTPS when making requests with your access token. Refer to our API documentation for endpoint specifics.
What should I do if my token is compromised?
If you suspect your token has been exposed, revoke it immediately from this page and generate a new one. Monitor your account for any suspicious activity. Consider enabling two-factor authentication for additional security.