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.
Test catalog and domain search
Hosting packages, TLD pricing, and availability checks can be tested without authentication.
Authorize protected calls
Call POST /auth/login, copy access_token, then paste it into Scalar authorization.
Invoice-first orders
API orders create an invoice first. Payment and provisioning continue through the normal Nakroteck lifecycle.
Copy-ready examples
Login, domain search, invoice-first orders, Stripe Payment Element, and Paystack payment starts.
Flutter guide
Recommended Flutter flow for login, client context, payments, push devices, and support uploads.
Versioning policy
Understand v1 stability, client context, idempotency, authentication, and deprecation rules.
API changelog
See new endpoints, compatibility notes, and changes affecting integrations.
Use public endpoints
Start with catalog and domain availability.
Get a token
Login with client portal credentials.
Set client context
Use route client ID or X-Client-Id.
Do not paste production tokens into shared devices or screenshots. This docs page does not store tokens server-side.