Skip to content
✅ Published
DE EN FR RU

API Authentication

Bearer tokens and signed timestamped requests.

🕒 Updated: 23.08.2026 11:24
#api #auth #rest #bearer

Bearer Token (default)

Pass your API key as a Bearer token in the Authorization header:

GET /api/v1/me HTTP/1.1
Host: api.nexorahost.com
Authorization: Bearer nxsk_live_xxxxxxxxxxxxxxxx
Accept: application/json

Rate limits

  • Public endpoints: 60/min IP
  • Authed: 1,000/min key
  • Provisioning: 120/min key (raised on request)

Was this article helpful?

Your feedback helps us improve the documentation continuously.