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
Response
The currency has been successfully created.
The unique identifier of the currency
Example:
1
The name of the currency
Example:
"US Dollar"
The code of the currency
Example:
"USD"
The sign/symbol of the currency
Example:
"$"
Whether this is the base currency for the organization
Example:
true
The creation timestamp
Example:
"2024-03-20T10:00:00Z"
The last update timestamp
Example:
"2024-03-20T10:00:00Z"