Skip to main content
Version: v1
Version: 1.0.0

N11s Integration API

This document provides detailed information on how to integrate with N11s services using the Integration API. It covers the endpoints, request parameters, response formats, and authentication methods.

Introduction

This API is documented in OpenAPI format and will be used for integration with N11s services.

Cross-Origin Resource Sharing

This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with the W3C spec. This allows cross-domain communication from the browser. All responses have a wildcard same-origin, making them completely public and accessible to everyone, including any code on any site.

IP Whitelisting

For extra security measures, you can whitelist our IP address to explicitly allow our service to call to your server. The IP address is 47.128.169.225

Authentication

N11s offers two forms of authentication:

  • API Key: An API key is required to authenticate requests. You can obtain an API key from the N11s Back Office.
  • Bearer Auth: Bearer Auth is another authentication method supported by N11s.

Authentication

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

JWT