How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Marriott TIP Internet Portal API

Partner-facing API used by Marriott's in-hotel internet (TIP) provider integration to generate a guest landing-page URL, validate a guest's room number and last name against the cloud PMS, and post an internet purchase back to the PMS. Bearer and Basic security schemes are declared and an SSO token operation is included. This is not part of any public Marriott developer program; the OpenAPI document is readable on SwaggerHub under the "marriott-api" owner and the only server it names is a Marriott UAT gateway host that is not open to the public.

Marriott TIP Internet Portal API is one of 6 APIs that Marriott International publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Partners, Property Management System, and Guest Services. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 4 operations across 4 paths, organized into 4 resource areas, and defines 9 schemas. It is described by OpenAPI 3.0.4, at version 1.0.2.

Requests are made against a single base URL, https://gatewaydsapuat3.marriott.com.

4 operations 4 paths 9 schemas 1 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
1.0.2
Base URL
https://gatewaydsapuat3.marriott.com
Authentication
HTTP Bearer, HTTP Basic
Resource Areas
4

Authentication & Security 2

Marriott TIP Internet Portal API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). It accepts HTTP basic authentication (BasicAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 1 GET, 3 POST. They span 4 resource areas: auth, landing-page, guest-validation, internet-purchase-update. Each is listed below with its method, path, parameters, and response codes.

auth 1

Authorization related endpoints.

POST
/v3/ent-auth/sso/token
Generate access token for TIP Internet Portal APIs.
body → 200400401500
landing-page 1

Provides the landing page URL based on request inputs.

GET
/partners/v1/internet-portal/landing-page
Returns landing page URL for the user channel.
6 params → 200400500401
guest-validation 1

Validates a given RN/LN against a property in cloud PMS.

POST
/partners/v1/internet-portal/guest-validation
Validates guest details in cloud PMS and returns member status.
1 param body → 200404400500401
internet-purchase-update 1

Updates the user internet plan purchase in cloud PMS.

POST
/partners/v1/internet-portal/purchase-update
Updates PMS with guest internet purchase details.
1 param body → 200404400500401

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are UserPurchaseRequest (7 properties), GuestValidationResponse (5 properties), PreconnectError (4 properties), UserValidationRequest (4 properties). Each schema is shown below with its type and property counts.

TokenResponse
object
Token response from the Authorization service.
4 properties 3 required
UserPurchaseRequest
object
7 properties 6 required
UserValidationRequest
object
4 properties 4 required
PreconnectResponse
object
2 properties 2 required
GuestValidationResponse
object
5 properties 5 required
InternetPurchaseUpdate
object
2 properties 2 required
Error
object
3 properties 3 required
PreconnectError
object
4 properties 3 required
AuthorizationError
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

marriott-tip-internet-portal-api-openapi.json Raw ↑

Other APIs Marriott International publishes across the network.

Marriott Loyalty Account Merge API
Marriott Data Collection API
Marriott Commerce Payment Processor API
Marriott Finance Status Notifier API
Marriott Hotel Operations ARA Preview Submit API
Where this information came from

This is an independent, third-party profile of Marriott TIP Internet Portal API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.