---
name: xero-oauth-2-identity-service-api
description: "Xero OAuth 2 Identity Service API skill. Use when working with Xero OAuth 2 Identity Service for Connections. Covers 2 endpoints."
version: 1.0.0
generator: lapsh
---

# Xero OAuth 2 Identity Service API
API version: 12.0.0

## Auth
Bearer basic | OAuth2

## Base URL
https://api.xero.com

## Setup
1. Set Authorization header with Bearer token
2. GET /Connections -- retrieves the connections for this user
3. Explore available endpoints below

## Endpoints
2 endpoints across 1 group. See references/api-spec.lap for full details.

### Connections
| Method | Path | Description |
|--------|------|-------------|
| GET | /Connections | Retrieves the connections for this user |
| DELETE | /Connections/{id} | Deletes a connection for this user (i.e. disconnect a tenant) |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all Connections?" -> GET /Connections
- "Delete a Connection?" -> DELETE /Connections/{id}
- "How to authenticate?" -> See Auth section above

## Response Tips
- Check response schemas in references/api-spec.lap for field details
- Error responses include status codes and descriptions in the spec

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
