Create credit currency
Creates a credit currency for the organization.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Request
Body
name
Human-readable name shown for this credit currency.
key
Stable machine-readable key for this credit currency. Use lowercase letters, numbers, underscores, and hyphens. Keys are unique within an organization.
description
Optional description for this credit currency.
Response
201
id
Unique identifier for this credit currency.
name
Human-readable name shown for this credit currency.
key
Stable machine-readable key for this credit currency. Keys are unique within an organization.
status
Whether this credit currency is active or archived.
description
Optional description for this credit currency.
archivedAt
When this credit currency was archived. Null means the currency is active.
createdAt
When this credit currency was created.
updatedAt
When this credit currency was last updated.
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error