API Reference
Authentication
Authenticate using username and password submitted via form data.
This endpoint is compatible with standard OAuth2 clients that use form-based authentication. Returns an access token upon successful authentication.
POST
Login For Access Token Form
Documentation Index
Fetch the complete documentation index at: https://docs.axle.energy/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/x-www-form-urlencoded
Previous
Onboard site and assetOnboard a site with an asset and dispatch consent in a single operation.
This composite endpoint combines the functionality of creating a site, creating an asset, and adding dispatch consent. The operations are performed in sequence:
1. Create the site
2. Create the asset associated with the site
3. Add dispatch consent to the site
4. Add boundary meter consent to the site (if provided)
If any step fails, the operation will be rolled back.
**Note**: You cannot onboard sites without a valid MPAN. Use `/meter/` endpoints to obtain MPANs.
Next
Login For Access Token Form

