---
title: "Import your company's trips into Navan"
method: POST
path: "/v1/trips"
tags: ["Trips Write"]
---

# Import your company's trips into Navan

`POST /v1/trips`

Imports an external trip bookings into Navan platform.

## Request body

- TripRequest — unresolved $ref

## Response `200`

- TripsResponse
  - `message` string
  - `info` string[]
  - `userTrips` UserTripResponse[]
    - `userUuid` string
    - `tripUuid` string
  - `errors` string[]
  - `warnings` string[]
  - `requestUuid` string — Reference to the unique identifier of the request
  - `importedBookings` integer — Number of successfully imported bookings of the request

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/navan/apis/navan-open-api.md) · [All operations](https://skmtc.net/navan/apis/navan-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/navan/navan-open-api/revisions/0b4aed700fc4/schema)
