Skip to main content
Use the Noyax API to connect your ERP, e-commerce, CRM and other systems to Noyax. The API follows REST principles: resources are addressed by URL, request and response bodies are JSON, and results are reported with standard HTTP status codes.

Quickstart

Get a token and make your first request in 5 minutes.

Authentication

API key, access token and refresh token flow.

Customers

Rules for customer records and their sub-records.

API reference

Every endpoint and field, with a playground to try them.

Basics

Response format

Every response uses the same envelope. On success ResultCode is 0000 and the payload is in Data. On failure Success is false, ResultCode identifies the error and Errors lists every error with its code.
See Errors for the error format and Result codes for all codes.

Getting access

Your API key and organization name (OrgName) are issued by Noyax. Module permissions (read and/or write) and the daily request limit are defined per API key. Contact Noyax support to request access.
Keep your API key on the server side only. Never ship it in code that runs on end-user devices, such as browsers or mobile apps.