Nakroteck

Important

New Nakroteck billing portal is live

We have moved client billing accounts to the new Nakroteck billing portal. Use the same email address on your Nakroteck account to sign in. If you have not set your password yet, choose Forgot password on the login page. If you already reset your password and can log in, no further action is needed.
Developer documentation

Nakroteck Client API

Read and test the first-party API for client accounts, hosting, domains, invoices, and invoice-first ordering. Public endpoints work immediately. Protected endpoints use a pasted Sanctum bearer token.

Endpoint
https://www.nakroteck.net/api/v1
v1 OpenAPI 3.0 Sanctum
Public

Test catalog and domain search

Hosting packages, TLD pricing, and availability checks can be tested without authentication.

Bearer

Authorize protected calls

Call POST /auth/login, copy access_token, then paste it into Scalar authorization.

Billing

Invoice-first orders

API orders create an invoice first. Payment and provisioning continue through the normal Nakroteck lifecycle.

Step 1

Use public endpoints

Start with catalog and domain availability.

Step 2

Get a token

Login with client portal credentials.

Step 3

Set client context

Use route client ID or X-Client-Id.

Safety

Do not paste production tokens into shared devices or screenshots. This docs page does not store tokens server-side.

Live reference

Interactive API Reference

Generated from /api/v1/openapi.json