Refresh Device Token
Refresh a device token before it expires (4G devices only)
POST
Refresh a device’s authentication token. The old token is revoked and a new token is returned. This allows devices to rotate their credentials without requiring a rebind operation.
This endpoint requires a device token, not an API key. The device must use its current valid token to request a new one.
The device’s unique identifier (e.g.,
dev_abc123). Must match the device associated with the token.Token Lifecycle
When to Refresh
Security Notes
- Only one valid token exists per device at any time
- The old token is immediately invalidated when refreshed
- If a refresh fails, the old token remains valid
- Unbinding a device revokes the token permanently

