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
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/x-www-form-urlencoded
Previous
OnboardInitialise a site and its assets, and enrol them in a proposition in a single call.
This endpoint will:
1. Upsert the site and asset(s)
2. Enrol in the relevant flex proposition
The response returns the site and asset IDs you'll use in subsequent calls, and the enrolment outcome.
Onboarding is idempotent and atomic — sending the same site or asset returns the existing record with any new fields merged in; if enrolment fails, nothing is stored.
Next
Login For Access Token Form

