v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Account Information
Public API

Get company properties

Get company properties including ID, name, domain, and base API URL. Provides essential company metadata for API access.

OAuth Scopes: company:info

get/api/v1/meta/company

Response

Company id, name, domain, and baseApiUrl gateway URL.

idinteger

Bamboo company identifier (numeric).

namestring

Company display name.

domainstring

Company’s Bamboo subdomain (same value used in the baseApiUrl path segment after gateway.php/)

baseApiUrlstring

Full HTTPS URL of the public API gateway for this company, typically https:// + the data-center–specific API host for this tenant + /api/gateway.php/ + the company’s domain from this response. This is the entry point the integrator uses for legacy gateway-style API traffic, not a generic “base URL” name alone.