EBXv1

API reference

Optimizers

The optimiser organisation acting on behalf of your assets. Readable if you hold at least one asset that references it; every other organisation id returns the same 404, so ids cannot be enumerated.

1 endpoint
GET/v1/optimizers/{organization_id}

Get Optimizer Profile

asset.read

Public profile of an optimizer organization.

Visible to ebx admins, and to callers with at least one asset whose optimizer_org_id references the organization. Anything else — including organizations that exist but are not the caller's optimizer — is an identical 404, so org ids cannot be enumerated.

Path parameters

organization_idREQUIRED
string
Example value
curl "https://api.ebx.energy/v1/optimizers/your-org" \
  -H "Authorization: Bearer $EBX_TOKEN"
Example response200
{
  "organization_id": "<string>",
  "organization_name": "<string>",
  "description": "<string>",
  "website": "<string>",
  "contact_email": "<string>",
  "contact_phone": "<string>"
}
Can raise
  • 401no valid token
  • 403scope missing
  • 404unknown or not visible
  • 429rate limited
ALL CODES →

Send feedback

This goes straight to the docs team on Slack, with the page you are on. It is not attributed to you, so say who you are if you would like an answer.

0/2000