Skip to main content
POST
Create API Token
Please note that generated tokens will be expired after 1 year automatically. Once it is expired, please generate new token.

πŸ” Security Notice

Important: Keep your API token secure and never share it publicly.
  • βœ… Store securely: Save the access_token in a secure location
  • βœ… Use in headers: Include as X-API-Key header in all API requests
  • βœ… Don’t commit: Never commit tokens to version control
  • βœ… Rotate regularly: Generate new tokens periodically for security

πŸ“‹ Example Usage

⚠️ Token Security

  • Never expose your token in client-side code
  • Use environment variables to store tokens
  • Regenerate if you suspect it’s been compromised

Body

application/json

Login credentials

email
string
required
Example:

"user@example.com"

password
string
required
Example:

"password123"

Response

OK

access_token
string
Example:

"api_prod_abc123..."

token_id
string
Example:

"token_123"

token_type
string
Example:

"Bearer"

expires_at
string
Example:

"2026-01-01T00:00:00Z"

user
object