Documentation
Authentication
Code
[tenantID] is the Entra ID (fka Azure Active Directory) tenant ID where your application is registered. Payload is x-www-form-urlencoded with these key-values:
grant_type = client_credentialsclient_id= [application/client ID from the app registration in Entra ID]client_secret= [secret from the app registration]scope= [depends on which UtilityCloud environment you want to use]- for staging use:
http://api-stag.utilitycloud.app/.default - for production use:
http://api.utilitycloud.app/.default
- for staging use:
Example in curl (curl.se)
Code
Response
Code
Use the acquired access_token in subsequent requests to UC's APIs.
For å quick test you can try this:
Code

