Skip to main content
POST
Create or Update a Conversion Type

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Body

application/json
name
string
required

Case-insensitive upsert key; trimmed.

Required string length: 1 - 120
category
enum<string>
default:final
Available options:
intermediary,
final
currency
string
default:USD
Required string length: 3
description
string | null
workflow_id
string<uuid> | null
is_active
boolean
default:true

Response

Successful response.

status
enum<string>
required
Available options:
updated
success
any
required

Observed top-level response field.

conversion_type
any
required

Observed top-level response field.

Last modified on September 8, 2026