JavaScript
Custom currencies
Create custom currency
Creates a new custom currency in the environment.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Server API Key
Body
application/json
Request body for creating a new custom currency
The unique identifier for the new custom currency
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$The display name of the custom currency
Maximum string length:
64The symbol used to represent the custom currency
Maximum string length:
64Description of the currency
Maximum string length:
255Singular and plural unit labels for a custom currency. Both fields are required when supplied.
Additional metadata to attach to the custom currency
Response
The newly created custom currency object.
Response object
A custom currency used to denominate credit-based entitlements and pricing
