Getting Started
Quickstart
Get started with Nomos Energy API in minutes
1
Get Your API Credentials
Contact support@nomos.energy to get your OAuth 2.0 client credentials (client_id
and client_secret
).
Keep your credentials secure! Never commit them to code repositories or share them publicly.
2
Choose Your Authentication Flow
Nomos supports two OAuth 2.0 authentication flows:
3
Make Your First Request
All API requests are made to:
Authenticate by exchanging your credentials for an access token:
Replace ${CLIENT_ID}
and ${CLIENT_SECRET}
with your actual client credentials from step 1.
4
Next Steps
Congratulations! You’ve made your first Nomos API request. Here’s what you can explore next:
- Browse our API endpoints
- Check out integration guides
- Read our authentication docs
Need help? Contact us at support@nomos.energy