Authentication

NocNoc authenticates requests using API keys. Include your key in every request using the following headers:

📘

X-Api-Key: SELLER_KEY

You must replace SELLER_KEY with your API key, sent by nocnoc team.

📘

Content-Type: application/json

All requests must include the header Content-Type: application/json. Requests without it will return a 415 Unsupported Media Type error.

IP Allowlist

No IP allowlist configuration is required. The API accepts requests from any origin IP address.