Skip to content
Chat on LINE

API authentication

Obtaining a token, its lifetime, and rotating credentials.

Urbanice Admin1 min read
  • API
  • Security

Authenticating

  1. Exchange your client credentials for an access token.
  2. Send the token in the header of every request.
  3. Refresh before expiry rather than waiting to be rejected.
  • Access tokens are short-lived.
  • A leaked credential must be revoked immediately from the management screen.
Keep credentials server-side only. Never embed them in a mobile app or frontend bundle — both can be extracted.