Skip to main content

API Authentication

Getting an API Token

Via CLI

arm login
arm config get token

Via Dashboard

  1. Go to Settings → API Tokens
  2. Generate new token
  3. Copy and store securely

Using the Token

Include in Authorization header:

curl -H "Authorization: Bearer YOUR_TOKEN" \
https://api.tunnelapi.in/api/projects

Token Expiration

Tokens expire after 7 days. Refresh by re-authenticating.

Rate Limits

EndpointLimit
Authentication5/min
API calls100/min
Tunnel creation10/min