Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WeTravel Not Included items API

The Not Included items API from WeTravel — 2 operation(s) for not included items.

WeTravel Not Included items API is one of 17 APIs that WeTravel publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Not Included items. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 2.0.0.

Requests are made against 2 base URLs: https://api.wetravel.com/v2, https://api.demo.wetravel.to/v2.

5 operations 2 paths 3 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0.0
Base URL
https://api.wetravel.com/v2
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

WeTravel Not Included items API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). An API key is passed in the header as X-Api-Key (tokenAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Not Included items 5
POST
/draft_trips/{trip_uuid}/not_included_items
Create not included item
createNotIncludedItem 1 param body → 201
GET
/draft_trips/{trip_uuid}/not_included_items
List not included items
getNotIncludedItems 1 param → 200
DELETE
/draft_trips/{trip_uuid}/not_included_items/{id}
Delete not included item
deleteV1NotIncludesId 2 params → 204
GET
/draft_trips/{trip_uuid}/not_included_items/{id}
Get not included item
getNotIncludedItemById 2 params → 200
PATCH
/draft_trips/{trip_uuid}/not_included_items/{id}
Update not included item
updateNotIncludedItem 2 params body → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are NotIncluded (5 properties), CreateNotIncluded (2 properties), UpdateNotIncluded (2 properties). Each schema is shown below with its type and property counts.

UpdateNotIncluded
object
Update NotIncluded
2 properties
CreateNotIncluded
object
Create NotIncluded
2 properties 1 required
NotIncluded
object
NotIncluded model
5 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wetravel-not-included-items-api-openapi.yml Raw ↑

Other APIs WeTravel publishes across the network.

WeTravel Access token API
WeTravel Add-ons API
WeTravel Discounts API
WeTravel Images API
WeTravel Included items API
WeTravel Leads API
WeTravel Orders API
WeTravel Packages API
WeTravel Paragraphs API
WeTravel Participant Information API
WeTravel Payment Links API
WeTravel Payment Plans API