View as Markdown

Service users API

Every operation a service user can call. Operations outside this set exist in the Heroic Cloud API but reject service user credentials with 403.

Requests go to https://cloud.heroiclabs.com and authenticate with HTTP Basic, using <service-user>@<organization> as the username and the service user’s secret as the password. For worked examples and error codes, see Use the Heroic Cloud API.

Responses serialize enums as numbers rather than the names listed here. A completed build returns "status": 2, not "status": "OPERATION_STATUS_DONE". See Read enum values.