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.
Body
application/json
Organization name
Example:
"Acme Inc."
Country location in ISO 3166-1 alpha-2 format
Example:
"US"
Base currency in ISO 4217 format
Example:
"USD"
Timezone of the organization
Example:
"America/New_York"
Starting month of fiscal year
Example:
"January"
Language/locale of the organization
Example:
"en-US"
Industry of the organization
Example:
"Technology"
Date format used by the organization
Example:
"MM/DD/YYYY"
Response
The organization database has been initialized
The response is of type any
.