The Nomos API uses the OAuth 2.0 Authorization Framework for authentication. Each organization can create multiple applications, with each one having
its own set of client credentials.To get started with a new project, reach out to us at support@nomos.energy.
All API requests must be made over HTTPS. Calls made over plain HTTP will
fail.
If there’s an issue with authentication or authorization, such as a missing or expired token, the API will return a 401 HTTP response.For example, if your access token is expired:
Copy
{ "object": "error", "type": "unauthenticated", "message": "The access token is expired."}
For more details on error codes, see the Error Codes page.