Nakroteck
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://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