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.
The returned token is valid for 1 hour, after which a new token must be requested.
POST
Login For Access Token Form
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

