Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Response
200 - application/json
Returns the current organization
Internal numeric ID of the organization
Example:
1
Unique string identifier for the organization
Example:
"org_123456"
Date when the organization was initialized
Example:
"2024-01-01T00:00:00.000Z"
Date when the organization was seeded
Example:
"2024-01-01T01:00:00.000Z"
Date when the organization was built
Example:
"2024-01-01T02:00:00.000Z"
Organization metadata
Whether the organization is ready
Example:
true
Whether a build process is currently running
Example:
false
Whether an upgrade process is currently running
Example:
false
Database batch identifier, if any
Example:
"batch_001"