Saltar al contenido principal
GET
/
conversion-types
List conversion types
curl --request GET \
  --url https://api.getnexor.ai/api/public/conversion-types \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "conversion_types": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "Reserva",
      "category": "intermediary",
      "created_at": "2023-11-07T05:31:56Z",
      "description": "Initial reservation deposit",
      "currency": "USD",
      "fields": [
        {
          "key": "property_unit",
          "label": "Property / Unit",
          "type": "text"
        },
        {
          "key": "broker",
          "label": "Broker",
          "type": "text"
        },
        {
          "key": "commission",
          "label": "Commission",
          "type": "number"
        }
      ],
      "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "master_workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Autorizaciones

X-API-Key
string
header
requerido

API key for authentication. Keys are prefixed with nxr_live_.

Respuesta

Successful response

success
boolean
requerido
Ejemplo:

true

conversion_types
object[]
requerido
Última modificación el 18 de junio de 2026