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

Luxury Presence Teams API

The Teams API from Luxury Presence — 5 operation(s) for teams.

Luxury Presence Teams API is one of 5 APIs that Luxury Presence publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

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

This API exposes 10 operations across 5 paths, and defines 7 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://api.luxurypresence.com.

10 operations 5 paths 7 schemas 3 DELETE3 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.luxurypresence.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Luxury Presence Teams API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key generated from the Luxury Presence dashboard (Settings API Keys). Sent as the x-api-key request header.

Paths & Operations 10

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

Teams 10
GET
/cms/v1/teams
Fetch existing teams
TeamsController_handleGetTeams 5 params → 200
POST
/cms/v1/teams
Create a new team
TeamsController_handlePostTeam 1 param body → 201
GET
/cms/v1/teams/{id}
Fetch an existing team
TeamsController_handleGetTeam 1 param → 200404
PATCH
/cms/v1/teams/{id}
Update an existing team
TeamsController_handlePatchTeam 2 params body → 200404
DELETE
/cms/v1/teams/{id}
Delete an existing team
TeamsController_handleDeleteTeam 1 param → 200404
GET
/cms/v1/teams/{id}/agents
Fetch members of a specific team
TeamsController_handleGetTeamAgents 3 params → 200
DELETE
/cms/v1/teams/{id}/agents
Remove members from a specific team
TeamsController_handleDeleteTeamAgents 1 param body → 200
POST
/cms/v1/teams/{id}/agents
Add agent(s) to a team
TeamsController_handlePostTeamAgents 1 param body → 200
POST
/cms/v1/teams/bulkCreate
Bulk create new teams
TeamsController_handleBulkCreateTeams body → 201400
DELETE
/cms/v1/teams/bulkDelete
Delete multiple teams
TeamsController_handleBulkDeleteTeam 1 param → 200404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are TeamDto (17 properties), UpdateTeamDto (16 properties), CreateTeamDto (16 properties), AddressDto (6 properties). Each schema is shown below with its type and property counts.

CreateTeamDto
object
16 properties 2 required
GetTeamsResponseDto
object
2 properties 2 required
TeamDto
object
17 properties
UpdateTeamDto
object
16 properties
AddressDto
object
6 properties
DeleteTeamAgentDto
object
1 property 1 required
CreateTeamAgentDto
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

luxury-presence-teams-api-openapi.yml Raw ↑

Other APIs Luxury Presence publishes across the network.

Luxury Presence Agents API
Luxury Presence Media API
Luxury Presence Offices API
Luxury Presence Webhooks API
Where this information came from

This is an independent, third-party profile of Luxury Presence Teams 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.