NOEM API Documentation
Learn how to integrate with the NOEM ecosystem API
API Authentication
How to authenticate your API requests
All API requests must include an API key in the Authorization header using the Bearer scheme.
Authorization: Bearer your_api_key_here
API Key Permissions
API keys can have different permission levels:
- read - Can read data but not modify it
- write - Can read and modify data
- admin - Full access, including deletion operations