App Currencies

List application currencies

get
/v1/projects/{projectId}/currencies
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
Query parameters
cursorstringOptional
limitinteger · min: 1 · max: 200OptionalDefault: 50
Responses
chevron-right
200

Currency list

application/json
get
/v1/projects/{projectId}/currencies
200

Currency list

Create an application currency

post
/v1/projects/{projectId}/currencies
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
Body
codestringRequired
namestringRequired
typestring · enumRequiredPossible values:
decimalsintegerRequired
Responses
post
/v1/projects/{projectId}/currencies
201

Currency created

Last updated