Authentication
The most basic form of authentication is to perform a user login HTTPS request and receive a session ID in the response.
Attach the session ID to the request header x-sessionid when making any request to the Nextspace API.
Login
Request body
Response
Javascript example
To invalidate the session ID, perform a logout HTTPS request with the session ID in the request header x-sessionid.