Endpoint and Authorization
Endpoint and URL Structure
Each API Call will target the Endpoint:
https://api.nexx.cloud/v3.1/
As a general Rule, the URL is constructed like the following:
https://api.nexx.cloud/v3.1/:domainid/:context/:operation/:parameter
Each Method can be enhanced by Query Parameters and Output Modifiers. Query Parameters influence the Operation and therefore the returned Result Set and Output Modifiers modify the Level of Details of the Response Object.
Authorization
Each API Call must be signed in order to get processed. Furthermore, every Call must submit a valid Session ID (except the /session/init
Call).
The nexxOMNIA API will be signed via HTTP Headers. Each Call must add the following additional HTTP Headers:
Header
Description
X-Request-CID
The Session ID
X-Request-Token
The API Call Signature
The API Call Signature is a dynamic String, that has to be constructed before every Call. It is built using well-known Properties like this:
For Illustration, lets build an Example:
Last updated
Was this helpful?