xero.com

These endpoints are related to managing authentication tokens and identity for Xero API

🔑 basic 2 endpoints financial
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

pip install xero-python-oauth2-app
pip install xero-python
npm install xero-node-oauth2-app
npm install xero-node
go get github.com/XeroAPI/xerogolang
gem install xero-ruby-oauth2-app
gem install xero-ruby
dotnet add package XeroAPI.Net
composer require xero-php-oauth2-app
composer require xero-php-oauth2
curl examples
Retrieves the connections for this user
curl \
  -u "$API_USER:$API_PASS" \
  https://api.xero.com/Connections
Endpoints (2 total)
GET
/Connections
Retrieves the connections for this user
DELETE
/Connections/{id}
Deletes a connection for this user (i.e. disconnect a tenant)
At a glance
Total SDKs10
Languages6
Endpoints2
Authbasic
Categories1
https://api.xero.com