NOAH Business API
The Noah Business API is organised around REST, using resource-oriented URLs. It accepts JSON-encoded request bodies and returns JSON-encoded responses. All our endpoints follow REST conventions and use standard HTTP response codes, authentication and methods.
Please follow the links in the navigation to find out more about each resource and endpoint.
Our full OpenApi v3 Schema can be exported using the button above.
Authentication
- API Key: ApiKey
- API Key: ApiSignature
Your Noah API key. Required on all requests. See API Keys.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-Api-Key |
Digitally signed JWT used to verify request authenticity. Optional in sandbox when your API key has no associated signing public key; required in production for all requests. If sent, the signature is always validated. See Request Signing.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Api-Signature |