Open Connector
All tools

Xero (Client Credentials)

No catalog description yet.

xero-oauth2-ccv1.0.0233 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "XERO_OAUTH2_CC_CREATE_ACCOUNT",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("XERO_OAUTH2_CC_CREATE_ACCOUNT", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute XERO_OAUTH2_CC_CREATE_ACCOUNT --data '{ }'

Tool catalog

Available tools

233 callable operations

Creates a new chart of accountsXERO_OAUTH2_CC_CREATE_ACCOUNTCreates a new chart of accounts

Creates a new chart of accounts

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Creates an attachment on a specific accountXERO_OAUTH2_CC_CREATE_ACCOUNT_ATTACHMENT_BY_FILE_NAMECreates an attachment on a specific account

Creates an attachment on a specific account

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates an attachment for a specific bank transaction by filenameXERO_OAUTH2_CC_CREATE_BANK_TRANSACTION_ATTACHMENT_BY_FILE_NAMECreates an attachment for a specific bank transaction by filename

Creates an attachment for a specific bank transaction by filename

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates a history record for a specific bank transactionsXERO_OAUTH2_CC_CREATE_BANK_TRANSACTION_HISTORY_RECORDCreates a history record for a specific bank transactions

Creates a history record for a specific bank transactions

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates one or more spent or received money transactionXERO_OAUTH2_CC_CREATE_BANK_TRANSACTIONSCreates one or more spent or received money transaction

Creates one or more spent or received money transaction

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a bank transferXERO_OAUTH2_CC_CREATE_BANK_TRANSFERCreates a bank transfer

Creates a bank transfer

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
CreateBankTransferAttachmentByFileNameXERO_OAUTH2_CC_CREATE_BANK_TRANSFER_ATTACHMENT_BY_FILE_NAMECreateBankTransferAttachmentByFileName

CreateBankTransferAttachmentByFileName

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates a history record for a specific bank transferXERO_OAUTH2_CC_CREATE_BANK_TRANSFER_HISTORY_RECORDCreates a history record for a specific bank transfer

Creates a history record for a specific bank transfer

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates one or many batch payments for invoicesXERO_OAUTH2_CC_CREATE_BATCH_PAYMENTBatch payments allow you to bundle multiple bills or invoices into one payment transaction. This means a single payment in Xero can be reconciled with a single transaction on the bank statement making for a much simpler bank reconciliation experience.

Batch payments allow you to bundle multiple bills or invoices into one payment transaction. This means a single payment in Xero can be reconciled with a single transaction on the bank statement making for a much simpler bank reconciliation experience.

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a history record for a specific batch paymentXERO_OAUTH2_CC_CREATE_BATCH_PAYMENT_HISTORY_RECORDCreates a history record for a specific batch payment

Creates a history record for a specific batch payment

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a new custom payment service for a specific branding themeXERO_OAUTH2_CC_CREATE_BRANDING_THEME_PAYMENT_SERVICESCreates a new custom payment service for a specific branding theme

Creates a new custom payment service for a specific branding theme

Authentication

Connected account required

Scopes

paymentservices

Tags

Accounting
CreateContactAttachmentByFileNameXERO_OAUTH2_CC_CREATE_CONTACT_ATTACHMENT_BY_FILE_NAMECreateContactAttachmentByFileName

CreateContactAttachmentByFileName

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates a contact groupXERO_OAUTH2_CC_CREATE_CONTACT_GROUPCreates a contact group

Creates a contact group

Authentication

Connected account required

Scopes

accounting.contacts

Tags

Accounting
Creates contacts to a specific contact groupXERO_OAUTH2_CC_CREATE_CONTACT_GROUP_CONTACTSCreates contacts to a specific contact group

Creates contacts to a specific contact group

Authentication

Connected account required

Scopes

accounting.contacts

Tags

Accounting
Creates a new history record for a specific contactXERO_OAUTH2_CC_CREATE_CONTACT_HISTORYCreates a new history record for a specific contact

Creates a new history record for a specific contact

Authentication

Connected account required

Scopes

accounting.contacts

Tags

Accounting
Creates multiple contacts (bulk) in a Xero organisationXERO_OAUTH2_CC_CREATE_CONTACTSCreates multiple contacts (bulk) in a Xero organisation

Creates multiple contacts (bulk) in a Xero organisation

Authentication

Connected account required

Scopes

accounting.contacts

Tags

Accounting
Creates allocation for a specific credit noteXERO_OAUTH2_CC_CREATE_CREDIT_NOTE_ALLOCATIONCreates allocation for a specific credit note

Creates allocation for a specific credit note

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates an attachment for a specific credit noteXERO_OAUTH2_CC_CREATE_CREDIT_NOTE_ATTACHMENT_BY_FILE_NAMECreates an attachment for a specific credit note

Creates an attachment for a specific credit note

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Retrieves history records of a specific credit noteXERO_OAUTH2_CC_CREATE_CREDIT_NOTE_HISTORYRetrieves history records of a specific credit note

Retrieves history records of a specific credit note

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a new credit noteXERO_OAUTH2_CC_CREATE_CREDIT_NOTESCreates a new credit note

Creates a new credit note

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Create a new currency for a Xero organisationXERO_OAUTH2_CC_CREATE_CURRENCYCreate a new currency for a Xero organisation

Create a new currency for a Xero organisation

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Creates a history record for a specific expense claimXERO_OAUTH2_CC_CREATE_EXPENSE_CLAIM_HISTORYCreates a history record for a specific expense claim

Creates a history record for a specific expense claim

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates expense claimsXERO_OAUTH2_CC_CREATE_EXPENSE_CLAIMSCreates expense claims

Creates expense claims

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates an attachment for a specific invoice or purchase bill by filenameXERO_OAUTH2_CC_CREATE_INVOICE_ATTACHMENT_BY_FILE_NAMECreates an attachment for a specific invoice or purchase bill by filename

Creates an attachment for a specific invoice or purchase bill by filename

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates a history record for a specific invoiceXERO_OAUTH2_CC_CREATE_INVOICE_HISTORYCreates a history record for a specific invoice

Creates a history record for a specific invoice

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates one or more sales invoices or purchase billsXERO_OAUTH2_CC_CREATE_INVOICESCreates one or more sales invoices or purchase bills

Creates one or more sales invoices or purchase bills

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a history record for a specific itemXERO_OAUTH2_CC_CREATE_ITEM_HISTORYCreates a history record for a specific item

Creates a history record for a specific item

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Creates one or more itemsXERO_OAUTH2_CC_CREATE_ITEMSCreates one or more items

Creates one or more items

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Creates linked transactions (billable expenses)XERO_OAUTH2_CC_CREATE_LINKED_TRANSACTIONCreates linked transactions (billable expenses)

Creates linked transactions (billable expenses)

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a specific attachment for a specific manual journal by file nameXERO_OAUTH2_CC_CREATE_MANUAL_JOURNAL_ATTACHMENT_BY_FILE_NAMECreates a specific attachment for a specific manual journal by file name

Creates a specific attachment for a specific manual journal by file name

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates a history record for a specific manual journalXERO_OAUTH2_CC_CREATE_MANUAL_JOURNAL_HISTORY_RECORDCreates a history record for a specific manual journal

Creates a history record for a specific manual journal

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates one or more manual journalsXERO_OAUTH2_CC_CREATE_MANUAL_JOURNALSCreates one or more manual journals

Creates one or more manual journals

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a single allocation for a specific overpaymentXERO_OAUTH2_CC_CREATE_OVERPAYMENT_ALLOCATIONSCreates a single allocation for a specific overpayment

Creates a single allocation for a specific overpayment

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a history record for a specific overpaymentXERO_OAUTH2_CC_CREATE_OVERPAYMENT_HISTORYCreates a history record for a specific overpayment

Creates a history record for a specific overpayment

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a single payment for invoice or credit notesXERO_OAUTH2_CC_CREATE_PAYMENTCreates a single payment for invoice or credit notes

Creates a single payment for invoice or credit notes

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a history record for a specific paymentXERO_OAUTH2_CC_CREATE_PAYMENT_HISTORYCreates a history record for a specific payment

Creates a history record for a specific payment

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a payment serviceXERO_OAUTH2_CC_CREATE_PAYMENT_SERVICECreates a payment service

Creates a payment service

Authentication

Connected account required

Scopes

paymentservices

Tags

Accounting
Creates multiple payments for invoices or credit notesXERO_OAUTH2_CC_CREATE_PAYMENTSCreates multiple payments for invoices or credit notes

Creates multiple payments for invoices or credit notes

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Allows you to create an Allocation for prepaymentsXERO_OAUTH2_CC_CREATE_PREPAYMENT_ALLOCATIONSAllows you to create an Allocation for prepayments

Allows you to create an Allocation for prepayments

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates a history record for a specific prepaymentXERO_OAUTH2_CC_CREATE_PREPAYMENT_HISTORYCreates a history record for a specific prepayment

Creates a history record for a specific prepayment

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates attachment for a specific purchase orderXERO_OAUTH2_CC_CREATE_PURCHASE_ORDER_ATTACHMENT_BY_FILE_NAMECreates attachment for a specific purchase order

Creates attachment for a specific purchase order

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates a history record for a specific purchase ordersXERO_OAUTH2_CC_CREATE_PURCHASE_ORDER_HISTORYCreates a history record for a specific purchase orders

Creates a history record for a specific purchase orders

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates one or more purchase ordersXERO_OAUTH2_CC_CREATE_PURCHASE_ORDERSCreates one or more purchase orders

Creates one or more purchase orders

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates attachment for a specific quoteXERO_OAUTH2_CC_CREATE_QUOTE_ATTACHMENT_BY_FILE_NAMECreates attachment for a specific quote

Creates attachment for a specific quote

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates a history record for a specific quoteXERO_OAUTH2_CC_CREATE_QUOTE_HISTORYCreates a history record for a specific quote

Creates a history record for a specific quote

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Create one or more quotesXERO_OAUTH2_CC_CREATE_QUOTESCreate one or more quotes

Create one or more quotes

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates draft expense claim receipts for any userXERO_OAUTH2_CC_CREATE_RECEIPTCreates draft expense claim receipts for any user

Creates draft expense claim receipts for any user

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates an attachment on a specific expense claim receipts by file nameXERO_OAUTH2_CC_CREATE_RECEIPT_ATTACHMENT_BY_FILE_NAMECreates an attachment on a specific expense claim receipts by file name

Creates an attachment on a specific expense claim receipts by file name

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates a history record for a specific receiptXERO_OAUTH2_CC_CREATE_RECEIPT_HISTORYCreates a history record for a specific receipt

Creates a history record for a specific receipt

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates an attachment from a specific repeating invoices by file nameXERO_OAUTH2_CC_CREATE_REPEATING_INVOICE_ATTACHMENT_BY_FILE_NAMECreates an attachment from a specific repeating invoices by file name

Creates an attachment from a specific repeating invoices by file name

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Creates a history record for a specific repeating invoiceXERO_OAUTH2_CC_CREATE_REPEATING_INVOICE_HISTORYCreates a history record for a specific repeating invoice

Creates a history record for a specific repeating invoice

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates one or more repeating invoice templatesXERO_OAUTH2_CC_CREATE_REPEATING_INVOICESCreates one or more repeating invoice templates

Creates one or more repeating invoice templates

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates one or more tax ratesXERO_OAUTH2_CC_CREATE_TAX_RATESCreates one or more tax rates

Creates one or more tax rates

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Create tracking categoriesXERO_OAUTH2_CC_CREATE_TRACKING_CATEGORYCreate tracking categories

Create tracking categories

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Creates options for a specific tracking categoryXERO_OAUTH2_CC_CREATE_TRACKING_OPTIONSCreates options for a specific tracking category

Creates options for a specific tracking category

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Deletes a chart of accountsXERO_OAUTH2_CC_DELETE_ACCOUNTDeletes a chart of accounts

Deletes a chart of accounts

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Updates a specific batch payment for invoices and credit notesXERO_OAUTH2_CC_DELETE_BATCH_PAYMENTBatch payments allow you to bundle multiple bills or invoices into one payment transaction. This means a single payment in Xero can be reconciled with a single transaction on the bank statement making for a much simpler bank reconciliation experience.

Batch payments allow you to bundle multiple bills or invoices into one payment transaction. This means a single payment in Xero can be reconciled with a single transaction on the bank statement making for a much simpler bank reconciliation experience.

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific batch payment for invoices and credit notesXERO_OAUTH2_CC_DELETE_BATCH_PAYMENT_BY_URL_PARAMUpdates a specific batch payment for invoices and credit notes

Updates a specific batch payment for invoices and credit notes

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Deletes a specific contact from a contact group using a unique contact IdXERO_OAUTH2_CC_DELETE_CONTACT_GROUP_CONTACTDeletes a specific contact from a contact group using a unique contact Id

Deletes a specific contact from a contact group using a unique contact Id

Authentication

Connected account required

Scopes

accounting.contacts

Tags

Accounting
Deletes all contacts from a specific contact groupXERO_OAUTH2_CC_DELETE_CONTACT_GROUP_CONTACTSDeletes all contacts from a specific contact group

Deletes all contacts from a specific contact group

Authentication

Connected account required

Scopes

accounting.contacts

Tags

Accounting
Deletes an Allocation from a Credit NoteXERO_OAUTH2_CC_DELETE_CREDIT_NOTE_ALLOCATIONSDeletes an Allocation from a Credit Note

Deletes an Allocation from a Credit Note

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Deletes a specific itemXERO_OAUTH2_CC_DELETE_ITEMDeletes a specific item

Deletes a specific item

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Deletes a specific linked transactions (billable expenses)XERO_OAUTH2_CC_DELETE_LINKED_TRANSACTIONDeletes a specific linked transactions (billable expenses)

Deletes a specific linked transactions (billable expenses)

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Deletes an Allocation from an overpaymentXERO_OAUTH2_CC_DELETE_OVERPAYMENT_ALLOCATIONSDeletes an Allocation from an overpayment

Deletes an Allocation from an overpayment

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific payment for invoices and credit notesXERO_OAUTH2_CC_DELETE_PAYMENTUpdates a specific payment for invoices and credit notes

Updates a specific payment for invoices and credit notes

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Deletes an Allocation from a PrepaymentXERO_OAUTH2_CC_DELETE_PREPAYMENT_ALLOCATIONSDeletes an Allocation from a Prepayment

Deletes an Allocation from a Prepayment

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Deletes a specific tracking categoryXERO_OAUTH2_CC_DELETE_TRACKING_CATEGORYDeletes a specific tracking category

Deletes a specific tracking category

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Deletes a specific option for a specific tracking categoryXERO_OAUTH2_CC_DELETE_TRACKING_OPTIONSDeletes a specific option for a specific tracking category

Deletes a specific option for a specific tracking category

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Sends a copy of a specific invoice to related contact via emailXERO_OAUTH2_CC_EMAIL_INVOICESends a copy of a specific invoice to related contact via email

Sends a copy of a specific invoice to related contact via email

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Retrieves a single chart of accounts by using a unique account IdXERO_OAUTH2_CC_GET_ACCOUNTRetrieves a single chart of accounts by using a unique account Id

Retrieves a single chart of accounts by using a unique account Id

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves an attachment for a specific account by filenameXERO_OAUTH2_CC_GET_ACCOUNT_ATTACHMENT_BY_FILE_NAMERetrieves an attachment for a specific account by filename

Retrieves an attachment for a specific account by filename

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific attachment from a specific account using a unique attachment IdXERO_OAUTH2_CC_GET_ACCOUNT_ATTACHMENT_BY_IDRetrieves a specific attachment from a specific account using a unique attachment Id

Retrieves a specific attachment from a specific account using a unique attachment Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachments for a specific accounts by using a unique account IdXERO_OAUTH2_CC_GET_ACCOUNT_ATTACHMENTSRetrieves attachments for a specific accounts by using a unique account Id

Retrieves attachments for a specific accounts by using a unique account Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves the full chart of accountsXERO_OAUTH2_CC_GET_ACCOUNTSRetrieves the full chart of accounts

Retrieves the full chart of accounts

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves a single spent or received money transaction by using a unique bank transaction IdXERO_OAUTH2_CC_GET_BANK_TRANSACTIONRetrieves a single spent or received money transaction by using a unique bank transaction Id

Retrieves a single spent or received money transaction by using a unique bank transaction Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific attachment from a specific bank transaction by filenameXERO_OAUTH2_CC_GET_BANK_TRANSACTION_ATTACHMENT_BY_FILE_NAMERetrieves a specific attachment from a specific bank transaction by filename

Retrieves a specific attachment from a specific bank transaction by filename

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves specific attachments from a specific BankTransaction using a unique attachment IdXERO_OAUTH2_CC_GET_BANK_TRANSACTION_ATTACHMENT_BY_IDRetrieves specific attachments from a specific BankTransaction using a unique attachment Id

Retrieves specific attachments from a specific BankTransaction using a unique attachment Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves any attachments from a specific bank transactionsXERO_OAUTH2_CC_GET_BANK_TRANSACTION_ATTACHMENTSRetrieves any attachments from a specific bank transactions

Retrieves any attachments from a specific bank transactions

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves any spent or received money transactionsXERO_OAUTH2_CC_GET_BANK_TRANSACTIONSRetrieves any spent or received money transactions

Retrieves any spent or received money transactions

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves history from a specific bank transaction using a unique bank transaction IdXERO_OAUTH2_CC_GET_BANK_TRANSACTIONS_HISTORYRetrieves history from a specific bank transaction using a unique bank transaction Id

Retrieves history from a specific bank transaction using a unique bank transaction Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves specific bank transfers by using a unique bank transfer IdXERO_OAUTH2_CC_GET_BANK_TRANSFERRetrieves specific bank transfers by using a unique bank transfer Id

Retrieves specific bank transfers by using a unique bank transfer Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific attachment on a specific bank transfer by file nameXERO_OAUTH2_CC_GET_BANK_TRANSFER_ATTACHMENT_BY_FILE_NAMERetrieves a specific attachment on a specific bank transfer by file name

Retrieves a specific attachment on a specific bank transfer by file name

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific attachment from a specific bank transfer using a unique attachment IDXERO_OAUTH2_CC_GET_BANK_TRANSFER_ATTACHMENT_BY_IDRetrieves a specific attachment from a specific bank transfer using a unique attachment ID

Retrieves a specific attachment from a specific bank transfer using a unique attachment ID

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachments from a specific bank transferXERO_OAUTH2_CC_GET_BANK_TRANSFER_ATTACHMENTSRetrieves attachments from a specific bank transfer

Retrieves attachments from a specific bank transfer

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves history from a specific bank transfer using a unique bank transfer IdXERO_OAUTH2_CC_GET_BANK_TRANSFER_HISTORYRetrieves history from a specific bank transfer using a unique bank transfer Id

Retrieves history from a specific bank transfer using a unique bank transfer Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves all bank transfersXERO_OAUTH2_CC_GET_BANK_TRANSFERSRetrieves all bank transfers

Retrieves all bank transfers

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific batch payment using a unique batch payment IdXERO_OAUTH2_CC_GET_BATCH_PAYMENTRetrieves a specific batch payment using a unique batch payment Id

Retrieves a specific batch payment using a unique batch payment Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves history from a specific batch paymentXERO_OAUTH2_CC_GET_BATCH_PAYMENT_HISTORYRetrieves history from a specific batch payment

Retrieves history from a specific batch payment

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves either one or many batch payments for invoicesXERO_OAUTH2_CC_GET_BATCH_PAYMENTSBatch payments allow you to bundle multiple bills or invoices into one payment transaction. This means a single payment in Xero can be reconciled with a single transaction on the bank statement making for a much simpler bank reconciliation experience.

Batch payments allow you to bundle multiple bills or invoices into one payment transaction. This means a single payment in Xero can be reconciled with a single transaction on the bank statement making for a much simpler bank reconciliation experience.

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific branding theme using a unique branding theme IdXERO_OAUTH2_CC_GET_BRANDING_THEMERetrieves a specific branding theme using a unique branding theme Id

Retrieves a specific branding theme using a unique branding theme Id

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves the payment services for a specific branding themeXERO_OAUTH2_CC_GET_BRANDING_THEME_PAYMENT_SERVICESRetrieves the payment services for a specific branding theme

Retrieves the payment services for a specific branding theme

Authentication

Connected account required

Scopes

paymentservices

Tags

Accounting
Retrieves all the branding themesXERO_OAUTH2_CC_GET_BRANDING_THEMESRetrieves all the branding themes

Retrieves all the branding themes

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves a specific budget, which includes budget linesXERO_OAUTH2_CC_GET_BUDGETRetrieves a specific budget, which includes budget lines

Retrieves a specific budget, which includes budget lines

Authentication

Connected account required

Scopes

accounting.budgets.read

Tags

Accounting
Retrieve a list of budgetsXERO_OAUTH2_CC_GET_BUDGETSRetrieve a list of budgets

Retrieve a list of budgets

Authentication

Connected account required

Scopes

accounting.budgets.read

Tags

Accounting
Retrieves a specific contacts in a Xero organisation using a unique contact IdXERO_OAUTH2_CC_GET_CONTACTRetrieves a specific contacts in a Xero organisation using a unique contact Id

Retrieves a specific contacts in a Xero organisation using a unique contact Id

Authentication

Connected account required

Scopes

accounting.contactsaccounting.contacts.read

Tags

Accounting
Retrieves a specific attachment from a specific contact by file nameXERO_OAUTH2_CC_GET_CONTACT_ATTACHMENT_BY_FILE_NAMERetrieves a specific attachment from a specific contact by file name

Retrieves a specific attachment from a specific contact by file name

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific attachment from a specific contact using a unique attachment IdXERO_OAUTH2_CC_GET_CONTACT_ATTACHMENT_BY_IDRetrieves a specific attachment from a specific contact using a unique attachment Id

Retrieves a specific attachment from a specific contact using a unique attachment Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachments for a specific contact in a Xero organisationXERO_OAUTH2_CC_GET_CONTACT_ATTACHMENTSRetrieves attachments for a specific contact in a Xero organisation

Retrieves attachments for a specific contact in a Xero organisation

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific contact by contact number in a Xero organisationXERO_OAUTH2_CC_GET_CONTACT_BY_CONTACT_NUMBERRetrieves a specific contact by contact number in a Xero organisation

Retrieves a specific contact by contact number in a Xero organisation

Authentication

Connected account required

Scopes

accounting.contactsaccounting.contacts.read

Tags

Accounting
Retrieves CIS settings for a specific contact in a Xero organisationXERO_OAUTH2_CC_GET_CONTACT_CISSETTINGSRetrieves CIS settings for a specific contact in a Xero organisation

Retrieves CIS settings for a specific contact in a Xero organisation

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves a specific contact group by using a unique contact group IdXERO_OAUTH2_CC_GET_CONTACT_GROUPRetrieves a specific contact group by using a unique contact group Id

Retrieves a specific contact group by using a unique contact group Id

Authentication

Connected account required

Scopes

accounting.contactsaccounting.contacts.read

Tags

Accounting
Retrieves the contact Id and name of each contact groupXERO_OAUTH2_CC_GET_CONTACT_GROUPSRetrieves the contact Id and name of each contact group

Retrieves the contact Id and name of each contact group

Authentication

Connected account required

Scopes

accounting.contactsaccounting.contacts.read

Tags

Accounting
Retrieves history records for a specific contactXERO_OAUTH2_CC_GET_CONTACT_HISTORYRetrieves history records for a specific contact

Retrieves history records for a specific contact

Authentication

Connected account required

Scopes

accounting.contactsaccounting.contacts.read

Tags

Accounting
Retrieves all contacts in a Xero organisationXERO_OAUTH2_CC_GET_CONTACTSRetrieves all contacts in a Xero organisation

Retrieves all contacts in a Xero organisation

Authentication

Connected account required

Scopes

accounting.contactsaccounting.contacts.read

Tags

Accounting
Retrieves a specific credit note using a unique credit note IdXERO_OAUTH2_CC_GET_CREDIT_NOTERetrieves a specific credit note using a unique credit note Id

Retrieves a specific credit note using a unique credit note Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves credit notes as PDF filesXERO_OAUTH2_CC_GET_CREDIT_NOTE_AS_PDFRetrieves credit notes as PDF files

Retrieves credit notes as PDF files

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific attachment on a specific credit note by file nameXERO_OAUTH2_CC_GET_CREDIT_NOTE_ATTACHMENT_BY_FILE_NAMERetrieves a specific attachment on a specific credit note by file name

Retrieves a specific attachment on a specific credit note by file name

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific attachment from a specific credit note using a unique attachment IdXERO_OAUTH2_CC_GET_CREDIT_NOTE_ATTACHMENT_BY_IDRetrieves a specific attachment from a specific credit note using a unique attachment Id

Retrieves a specific attachment from a specific credit note using a unique attachment Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachments for a specific credit notesXERO_OAUTH2_CC_GET_CREDIT_NOTE_ATTACHMENTSRetrieves attachments for a specific credit notes

Retrieves attachments for a specific credit notes

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves history records of a specific credit noteXERO_OAUTH2_CC_GET_CREDIT_NOTE_HISTORYRetrieves history records of a specific credit note

Retrieves history records of a specific credit note

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves any credit notesXERO_OAUTH2_CC_GET_CREDIT_NOTESRetrieves any credit notes

Retrieves any credit notes

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves currencies for your Xero organisationXERO_OAUTH2_CC_GET_CURRENCIESRetrieves currencies for your Xero organisation

Retrieves currencies for your Xero organisation

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves a specific expense claim using a unique expense claim IdXERO_OAUTH2_CC_GET_EXPENSE_CLAIMRetrieves a specific expense claim using a unique expense claim Id

Retrieves a specific expense claim using a unique expense claim Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves history records of a specific expense claimXERO_OAUTH2_CC_GET_EXPENSE_CLAIM_HISTORYRetrieves history records of a specific expense claim

Retrieves history records of a specific expense claim

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves expense claimsXERO_OAUTH2_CC_GET_EXPENSE_CLAIMSRetrieves expense claims

Retrieves expense claims

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific sales invoice or purchase bill using a unique invoice IdXERO_OAUTH2_CC_GET_INVOICERetrieves a specific sales invoice or purchase bill using a unique invoice Id

Retrieves a specific sales invoice or purchase bill using a unique invoice Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves invoices or purchase bills as PDF filesXERO_OAUTH2_CC_GET_INVOICE_AS_PDFRetrieves invoices or purchase bills as PDF files

Retrieves invoices or purchase bills as PDF files

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves an attachment from a specific invoice or purchase bill by filenameXERO_OAUTH2_CC_GET_INVOICE_ATTACHMENT_BY_FILE_NAMERetrieves an attachment from a specific invoice or purchase bill by filename

Retrieves an attachment from a specific invoice or purchase bill by filename

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific attachment from a specific invoices or purchase bills by using a unique attachment IdXERO_OAUTH2_CC_GET_INVOICE_ATTACHMENT_BY_IDRetrieves a specific attachment from a specific invoices or purchase bills by using a unique attachment Id

Retrieves a specific attachment from a specific invoices or purchase bills by using a unique attachment Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachments for a specific invoice or purchase billXERO_OAUTH2_CC_GET_INVOICE_ATTACHMENTSRetrieves attachments for a specific invoice or purchase bill

Retrieves attachments for a specific invoice or purchase bill

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves history records for a specific invoiceXERO_OAUTH2_CC_GET_INVOICE_HISTORYRetrieves history records for a specific invoice

Retrieves history records for a specific invoice

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves invoice reminder settingsXERO_OAUTH2_CC_GET_INVOICE_REMINDERSRetrieves invoice reminder settings

Retrieves invoice reminder settings

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves sales invoices or purchase billsXERO_OAUTH2_CC_GET_INVOICESRetrieves sales invoices or purchase bills

Retrieves sales invoices or purchase bills

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific item using a unique item IdXERO_OAUTH2_CC_GET_ITEMRetrieves a specific item using a unique item Id

Retrieves a specific item using a unique item Id

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves history for a specific itemXERO_OAUTH2_CC_GET_ITEM_HISTORYRetrieves history for a specific item

Retrieves history for a specific item

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves itemsXERO_OAUTH2_CC_GET_ITEMSRetrieves items

Retrieves items

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves a specific journal using a unique journal Id.XERO_OAUTH2_CC_GET_JOURNALRetrieves a specific journal using a unique journal Id.

Retrieves a specific journal using a unique journal Id.

Authentication

Connected account required

Scopes

accounting.journals.read

Tags

Accounting
Retrieves a specific journal using a unique journal number.XERO_OAUTH2_CC_GET_JOURNAL_BY_NUMBERRetrieves a specific journal using a unique journal number.

Retrieves a specific journal using a unique journal number.

Authentication

Connected account required

Scopes

accounting.journals.read

Tags

Accounting
Retrieves journalsXERO_OAUTH2_CC_GET_JOURNALSRetrieves journals

Retrieves journals

Authentication

Connected account required

Scopes

accounting.journals.read

Tags

Accounting
Retrieves a specific linked transaction (billable expenses) using a unique linked transaction IdXERO_OAUTH2_CC_GET_LINKED_TRANSACTIONRetrieves a specific linked transaction (billable expenses) using a unique linked transaction Id

Retrieves a specific linked transaction (billable expenses) using a unique linked transaction Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves linked transactions (billable expenses)XERO_OAUTH2_CC_GET_LINKED_TRANSACTIONSRetrieves linked transactions (billable expenses)

Retrieves linked transactions (billable expenses)

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific manual journalXERO_OAUTH2_CC_GET_MANUAL_JOURNALRetrieves a specific manual journal

Retrieves a specific manual journal

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific attachment from a specific manual journal by file nameXERO_OAUTH2_CC_GET_MANUAL_JOURNAL_ATTACHMENT_BY_FILE_NAMERetrieves a specific attachment from a specific manual journal by file name

Retrieves a specific attachment from a specific manual journal by file name

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Allows you to retrieve a specific attachment from a specific manual journal using a unique attachment IdXERO_OAUTH2_CC_GET_MANUAL_JOURNAL_ATTACHMENT_BY_IDAllows you to retrieve a specific attachment from a specific manual journal using a unique attachment Id

Allows you to retrieve a specific attachment from a specific manual journal using a unique attachment Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachment for a specific manual journalXERO_OAUTH2_CC_GET_MANUAL_JOURNAL_ATTACHMENTSRetrieves attachment for a specific manual journal

Retrieves attachment for a specific manual journal

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves manual journalsXERO_OAUTH2_CC_GET_MANUAL_JOURNALSRetrieves manual journals

Retrieves manual journals

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves history for a specific manual journalXERO_OAUTH2_CC_GET_MANUAL_JOURNALS_HISTORYRetrieves history for a specific manual journal

Retrieves history for a specific manual journal

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a URL to an online invoiceXERO_OAUTH2_CC_GET_ONLINE_INVOICERetrieves a URL to an online invoice

Retrieves a URL to an online invoice

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a list of the key actions your app has permission to perform in the connected Xero organisation.XERO_OAUTH2_CC_GET_ORGANISATION_ACTIONSRetrieves a list of the key actions your app has permission to perform in the connected Xero organisation.

Retrieves a list of the key actions your app has permission to perform in the connected Xero organisation.

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves the CIS settings for the Xero organistaion.XERO_OAUTH2_CC_GET_ORGANISATION_CISSETTINGSRetrieves the CIS settings for the Xero organistaion.

Retrieves the CIS settings for the Xero organistaion.

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves Xero organisation detailsXERO_OAUTH2_CC_GET_ORGANISATIONSRetrieves Xero organisation details

Retrieves Xero organisation details

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves a specific overpayment using a unique overpayment IdXERO_OAUTH2_CC_GET_OVERPAYMENTRetrieves a specific overpayment using a unique overpayment Id

Retrieves a specific overpayment using a unique overpayment Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves history records of a specific overpaymentXERO_OAUTH2_CC_GET_OVERPAYMENT_HISTORYRetrieves history records of a specific overpayment

Retrieves history records of a specific overpayment

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves overpaymentsXERO_OAUTH2_CC_GET_OVERPAYMENTSRetrieves overpayments

Retrieves overpayments

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific payment for invoices and credit notes using a unique payment IdXERO_OAUTH2_CC_GET_PAYMENTRetrieves a specific payment for invoices and credit notes using a unique payment Id

Retrieves a specific payment for invoices and credit notes using a unique payment Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves history records of a specific paymentXERO_OAUTH2_CC_GET_PAYMENT_HISTORYRetrieves history records of a specific payment

Retrieves history records of a specific payment

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves payment servicesXERO_OAUTH2_CC_GET_PAYMENT_SERVICESRetrieves payment services

Retrieves payment services

Authentication

Connected account required

Scopes

paymentservices

Tags

Accounting
Retrieves payments for invoices and credit notesXERO_OAUTH2_CC_GET_PAYMENTSRetrieves payments for invoices and credit notes

Retrieves payments for invoices and credit notes

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Allows you to retrieve a specified prepaymentsXERO_OAUTH2_CC_GET_PREPAYMENTAllows you to retrieve a specified prepayments

Allows you to retrieve a specified prepayments

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves history record for a specific prepaymentXERO_OAUTH2_CC_GET_PREPAYMENT_HISTORYRetrieves history record for a specific prepayment

Retrieves history record for a specific prepayment

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves prepaymentsXERO_OAUTH2_CC_GET_PREPAYMENTSRetrieves prepayments

Retrieves prepayments

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific purchase order using a unique purchase order IdXERO_OAUTH2_CC_GET_PURCHASE_ORDERRetrieves a specific purchase order using a unique purchase order Id

Retrieves a specific purchase order using a unique purchase order Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves specific purchase order as PDF files using a unique purchase order IdXERO_OAUTH2_CC_GET_PURCHASE_ORDER_AS_PDFRetrieves specific purchase order as PDF files using a unique purchase order Id

Retrieves specific purchase order as PDF files using a unique purchase order Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific attachment for a specific purchase order by filenameXERO_OAUTH2_CC_GET_PURCHASE_ORDER_ATTACHMENT_BY_FILE_NAMERetrieves a specific attachment for a specific purchase order by filename

Retrieves a specific attachment for a specific purchase order by filename

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves specific attachment for a specific purchase order using a unique attachment IdXERO_OAUTH2_CC_GET_PURCHASE_ORDER_ATTACHMENT_BY_IDRetrieves specific attachment for a specific purchase order using a unique attachment Id

Retrieves specific attachment for a specific purchase order using a unique attachment Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachments for a specific purchase orderXERO_OAUTH2_CC_GET_PURCHASE_ORDER_ATTACHMENTSRetrieves attachments for a specific purchase order

Retrieves attachments for a specific purchase order

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific purchase order using purchase order numberXERO_OAUTH2_CC_GET_PURCHASE_ORDER_BY_NUMBERRetrieves a specific purchase order using purchase order number

Retrieves a specific purchase order using purchase order number

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves history for a specific purchase orderXERO_OAUTH2_CC_GET_PURCHASE_ORDER_HISTORYRetrieves history for a specific purchase order

Retrieves history for a specific purchase order

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves purchase ordersXERO_OAUTH2_CC_GET_PURCHASE_ORDERSRetrieves purchase orders

Retrieves purchase orders

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific quote using a unique quote IdXERO_OAUTH2_CC_GET_QUOTERetrieves a specific quote using a unique quote Id

Retrieves a specific quote using a unique quote Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific quote as a PDF file using a unique quote IdXERO_OAUTH2_CC_GET_QUOTE_AS_PDFRetrieves a specific quote as a PDF file using a unique quote Id

Retrieves a specific quote as a PDF file using a unique quote Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific attachment from a specific quote by filenameXERO_OAUTH2_CC_GET_QUOTE_ATTACHMENT_BY_FILE_NAMERetrieves a specific attachment from a specific quote by filename

Retrieves a specific attachment from a specific quote by filename

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific attachment from a specific quote using a unique attachment IdXERO_OAUTH2_CC_GET_QUOTE_ATTACHMENT_BY_IDRetrieves a specific attachment from a specific quote using a unique attachment Id

Retrieves a specific attachment from a specific quote using a unique attachment Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachments for a specific quoteXERO_OAUTH2_CC_GET_QUOTE_ATTACHMENTSRetrieves attachments for a specific quote

Retrieves attachments for a specific quote

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves history records of a specific quoteXERO_OAUTH2_CC_GET_QUOTE_HISTORYRetrieves history records of a specific quote

Retrieves history records of a specific quote

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves sales quotesXERO_OAUTH2_CC_GET_QUOTESRetrieves sales quotes

Retrieves sales quotes

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific draft expense claim receipt by using a unique receipt IdXERO_OAUTH2_CC_GET_RECEIPTRetrieves a specific draft expense claim receipt by using a unique receipt Id

Retrieves a specific draft expense claim receipt by using a unique receipt Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific attachment from a specific expense claim receipts by file nameXERO_OAUTH2_CC_GET_RECEIPT_ATTACHMENT_BY_FILE_NAMERetrieves a specific attachment from a specific expense claim receipts by file name

Retrieves a specific attachment from a specific expense claim receipts by file name

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific attachments from a specific expense claim receipts by using a unique attachment IdXERO_OAUTH2_CC_GET_RECEIPT_ATTACHMENT_BY_IDRetrieves a specific attachments from a specific expense claim receipts by using a unique attachment Id

Retrieves a specific attachments from a specific expense claim receipts by using a unique attachment Id

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachments for a specific expense claim receiptXERO_OAUTH2_CC_GET_RECEIPT_ATTACHMENTSRetrieves attachments for a specific expense claim receipt

Retrieves attachments for a specific expense claim receipt

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a history record for a specific receiptXERO_OAUTH2_CC_GET_RECEIPT_HISTORYRetrieves a history record for a specific receipt

Retrieves a history record for a specific receipt

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves draft expense claim receipts for any userXERO_OAUTH2_CC_GET_RECEIPTSRetrieves draft expense claim receipts for any user

Retrieves draft expense claim receipts for any user

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific repeating invoice by using a unique repeating invoice IdXERO_OAUTH2_CC_GET_REPEATING_INVOICERetrieves a specific repeating invoice by using a unique repeating invoice Id

Retrieves a specific repeating invoice by using a unique repeating invoice Id

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves a specific attachment from a specific repeating invoices by file nameXERO_OAUTH2_CC_GET_REPEATING_INVOICE_ATTACHMENT_BY_FILE_NAMERetrieves a specific attachment from a specific repeating invoices by file name

Retrieves a specific attachment from a specific repeating invoices by file name

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves a specific attachment from a specific repeating invoiceXERO_OAUTH2_CC_GET_REPEATING_INVOICE_ATTACHMENT_BY_IDRetrieves a specific attachment from a specific repeating invoice

Retrieves a specific attachment from a specific repeating invoice

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves attachments from a specific repeating invoiceXERO_OAUTH2_CC_GET_REPEATING_INVOICE_ATTACHMENTSRetrieves attachments from a specific repeating invoice

Retrieves attachments from a specific repeating invoice

Authentication

Connected account required

Scopes

accounting.attachmentsaccounting.attachments.read

Tags

Accounting
Retrieves history record for a specific repeating invoiceXERO_OAUTH2_CC_GET_REPEATING_INVOICE_HISTORYRetrieves history record for a specific repeating invoice

Retrieves history record for a specific repeating invoice

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves repeating invoicesXERO_OAUTH2_CC_GET_REPEATING_INVOICESRetrieves repeating invoices

Retrieves repeating invoices

Authentication

Connected account required

Scopes

accounting.transactionsaccounting.transactions.read

Tags

Accounting
Retrieves report for aged payables by contactXERO_OAUTH2_CC_GET_REPORT_AGED_PAYABLES_BY_CONTACTRetrieves report for aged payables by contact

Retrieves report for aged payables by contact

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieves report for aged receivables by contactXERO_OAUTH2_CC_GET_REPORT_AGED_RECEIVABLES_BY_CONTACTRetrieves report for aged receivables by contact

Retrieves report for aged receivables by contact

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieves report for balancesheetXERO_OAUTH2_CC_GET_REPORT_BALANCE_SHEETRetrieves report for balancesheet

Retrieves report for balancesheet

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieves report for bank summaryXERO_OAUTH2_CC_GET_REPORT_BANK_SUMMARYRetrieves report for bank summary

Retrieves report for bank summary

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieves report for budget summaryXERO_OAUTH2_CC_GET_REPORT_BUDGET_SUMMARYRetrieves report for budget summary

Retrieves report for budget summary

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieves report for executive summaryXERO_OAUTH2_CC_GET_REPORT_EXECUTIVE_SUMMARYRetrieves report for executive summary

Retrieves report for executive summary

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieves a specific report using a unique ReportIDXERO_OAUTH2_CC_GET_REPORT_FROM_IDRetrieves a specific report using a unique ReportID

Retrieves a specific report using a unique ReportID

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieves report for profit and lossXERO_OAUTH2_CC_GET_REPORT_PROFIT_AND_LOSSRetrieves report for profit and loss

Retrieves report for profit and loss

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieve reports for 1099XERO_OAUTH2_CC_GET_REPORT_TEN_NINETY_NINERetrieve reports for 1099

Retrieve reports for 1099

Authentication

Connected account required

Scopes

accounting.reports.readaccounting.reports.tenninetynine.read

Tags

Accounting
Retrieves report for trial balanceXERO_OAUTH2_CC_GET_REPORT_TRIAL_BALANCERetrieves report for trial balance

Retrieves report for trial balance

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieves a list of the organistaions unique reports that require a uuid to fetchXERO_OAUTH2_CC_GET_REPORTS_LISTRetrieves a list of the organistaions unique reports that require a uuid to fetch

Retrieves a list of the organistaions unique reports that require a uuid to fetch

Authentication

Connected account required

Scopes

accounting.reports.read

Tags

Accounting
Retrieves a specific tax rate according to given TaxType codeXERO_OAUTH2_CC_GET_TAX_RATE_BY_TAX_TYPERetrieves a specific tax rate according to given TaxType code

Retrieves a specific tax rate according to given TaxType code

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves tax ratesXERO_OAUTH2_CC_GET_TAX_RATESRetrieves tax rates

Retrieves tax rates

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves tracking categories and optionsXERO_OAUTH2_CC_GET_TRACKING_CATEGORIESRetrieves tracking categories and options

Retrieves tracking categories and options

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves specific tracking categories and options using a unique tracking category IdXERO_OAUTH2_CC_GET_TRACKING_CATEGORYRetrieves specific tracking categories and options using a unique tracking category Id

Retrieves specific tracking categories and options using a unique tracking category Id

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves a specific userXERO_OAUTH2_CC_GET_USERRetrieves a specific user

Retrieves a specific user

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Retrieves usersXERO_OAUTH2_CC_GET_USERSRetrieves users

Retrieves users

Authentication

Connected account required

Scopes

accounting.settingsaccounting.settings.read

Tags

Accounting
Sets the chart of accounts, the conversion date and conversion balancesXERO_OAUTH2_CC_POST_SETUPSets the chart of accounts, the conversion date and conversion balances

Sets the chart of accounts, the conversion date and conversion balances

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Updates a chart of accountsXERO_OAUTH2_CC_UPDATE_ACCOUNTUpdates a chart of accounts

Updates a chart of accounts

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Updates attachment on a specific account by filenameXERO_OAUTH2_CC_UPDATE_ACCOUNT_ATTACHMENT_BY_FILE_NAMEUpdates attachment on a specific account by filename

Updates attachment on a specific account by filename

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Updates a single spent or received money transactionXERO_OAUTH2_CC_UPDATE_BANK_TRANSACTIONUpdates a single spent or received money transaction

Updates a single spent or received money transaction

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific attachment from a specific bank transaction by filenameXERO_OAUTH2_CC_UPDATE_BANK_TRANSACTION_ATTACHMENT_BY_FILE_NAMEUpdates a specific attachment from a specific bank transaction by filename

Updates a specific attachment from a specific bank transaction by filename

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
UpdateBankTransferAttachmentByFileNameXERO_OAUTH2_CC_UPDATE_BANK_TRANSFER_ATTACHMENT_BY_FILE_NAMEUpdateBankTransferAttachmentByFileName

UpdateBankTransferAttachmentByFileName

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Updates a specific contact in a Xero organisationXERO_OAUTH2_CC_UPDATE_CONTACTUpdates a specific contact in a Xero organisation

Updates a specific contact in a Xero organisation

Authentication

Connected account required

Scopes

accounting.contacts

Tags

Accounting
UpdateContactAttachmentByFileNameXERO_OAUTH2_CC_UPDATE_CONTACT_ATTACHMENT_BY_FILE_NAMEUpdateContactAttachmentByFileName

UpdateContactAttachmentByFileName

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Updates a specific contact groupXERO_OAUTH2_CC_UPDATE_CONTACT_GROUPUpdates a specific contact group

Updates a specific contact group

Authentication

Connected account required

Scopes

accounting.contacts

Tags

Accounting
Updates a specific credit noteXERO_OAUTH2_CC_UPDATE_CREDIT_NOTEUpdates a specific credit note

Updates a specific credit note

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates attachments on a specific credit note by file nameXERO_OAUTH2_CC_UPDATE_CREDIT_NOTE_ATTACHMENT_BY_FILE_NAMEUpdates attachments on a specific credit note by file name

Updates attachments on a specific credit note by file name

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Updates a specific expense claimsXERO_OAUTH2_CC_UPDATE_EXPENSE_CLAIMUpdates a specific expense claims

Updates a specific expense claims

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific sales invoices or purchase billsXERO_OAUTH2_CC_UPDATE_INVOICEUpdates a specific sales invoices or purchase bills

Updates a specific sales invoices or purchase bills

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates an attachment from a specific invoices or purchase bill by filenameXERO_OAUTH2_CC_UPDATE_INVOICE_ATTACHMENT_BY_FILE_NAMEUpdates an attachment from a specific invoices or purchase bill by filename

Updates an attachment from a specific invoices or purchase bill by filename

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Updates a specific itemXERO_OAUTH2_CC_UPDATE_ITEMUpdates a specific item

Updates a specific item

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Updates a specific linked transactions (billable expenses)XERO_OAUTH2_CC_UPDATE_LINKED_TRANSACTIONUpdates a specific linked transactions (billable expenses)

Updates a specific linked transactions (billable expenses)

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific manual journalXERO_OAUTH2_CC_UPDATE_MANUAL_JOURNALUpdates a specific manual journal

Updates a specific manual journal

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific attachment from a specific manual journal by file nameXERO_OAUTH2_CC_UPDATE_MANUAL_JOURNAL_ATTACHMENT_BY_FILE_NAMEUpdates a specific attachment from a specific manual journal by file name

Updates a specific attachment from a specific manual journal by file name

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Updates or creates one or more spent or received money transactionXERO_OAUTH2_CC_UPDATE_OR_CREATE_BANK_TRANSACTIONSUpdates or creates one or more spent or received money transaction

Updates or creates one or more spent or received money transaction

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates or creates one or more contacts in a Xero organisationXERO_OAUTH2_CC_UPDATE_OR_CREATE_CONTACTSUpdates or creates one or more contacts in a Xero organisation

Updates or creates one or more contacts in a Xero organisation

Authentication

Connected account required

Scopes

accounting.contacts

Tags

Accounting
Updates or creates one or more credit notesXERO_OAUTH2_CC_UPDATE_OR_CREATE_CREDIT_NOTESUpdates or creates one or more credit notes

Updates or creates one or more credit notes

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates or creates one or more sales invoices or purchase billsXERO_OAUTH2_CC_UPDATE_OR_CREATE_INVOICESUpdates or creates one or more sales invoices or purchase bills

Updates or creates one or more sales invoices or purchase bills

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates or creates one or more itemsXERO_OAUTH2_CC_UPDATE_OR_CREATE_ITEMSUpdates or creates one or more items

Updates or creates one or more items

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Updates or creates a single manual journalXERO_OAUTH2_CC_UPDATE_OR_CREATE_MANUAL_JOURNALSUpdates or creates a single manual journal

Updates or creates a single manual journal

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates or creates one or more purchase ordersXERO_OAUTH2_CC_UPDATE_OR_CREATE_PURCHASE_ORDERSUpdates or creates one or more purchase orders

Updates or creates one or more purchase orders

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates or creates one or more quotesXERO_OAUTH2_CC_UPDATE_OR_CREATE_QUOTESUpdates or creates one or more quotes

Updates or creates one or more quotes

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Creates or deletes one or more repeating invoice templatesXERO_OAUTH2_CC_UPDATE_OR_CREATE_REPEATING_INVOICESCreates or deletes one or more repeating invoice templates

Creates or deletes one or more repeating invoice templates

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific purchase orderXERO_OAUTH2_CC_UPDATE_PURCHASE_ORDERUpdates a specific purchase order

Updates a specific purchase order

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific attachment for a specific purchase order by filenameXERO_OAUTH2_CC_UPDATE_PURCHASE_ORDER_ATTACHMENT_BY_FILE_NAMEUpdates a specific attachment for a specific purchase order by filename

Updates a specific attachment for a specific purchase order by filename

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Updates a specific quoteXERO_OAUTH2_CC_UPDATE_QUOTEUpdates a specific quote

Updates a specific quote

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific attachment from a specific quote by filenameXERO_OAUTH2_CC_UPDATE_QUOTE_ATTACHMENT_BY_FILE_NAMEUpdates a specific attachment from a specific quote by filename

Updates a specific attachment from a specific quote by filename

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Updates a specific draft expense claim receiptsXERO_OAUTH2_CC_UPDATE_RECEIPTUpdates a specific draft expense claim receipts

Updates a specific draft expense claim receipts

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific attachment on a specific expense claim receipts by file nameXERO_OAUTH2_CC_UPDATE_RECEIPT_ATTACHMENT_BY_FILE_NAMEUpdates a specific attachment on a specific expense claim receipts by file name

Updates a specific attachment on a specific expense claim receipts by file name

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Deletes a specific repeating invoice templateXERO_OAUTH2_CC_UPDATE_REPEATING_INVOICEDeletes a specific repeating invoice template

Deletes a specific repeating invoice template

Authentication

Connected account required

Scopes

accounting.transactions

Tags

Accounting
Updates a specific attachment from a specific repeating invoices by file nameXERO_OAUTH2_CC_UPDATE_REPEATING_INVOICE_ATTACHMENT_BY_FILE_NAMEUpdates a specific attachment from a specific repeating invoices by file name

Updates a specific attachment from a specific repeating invoices by file name

Authentication

Connected account required

Scopes

accounting.attachments

Tags

Accounting
Updates tax ratesXERO_OAUTH2_CC_UPDATE_TAX_RATEUpdates tax rates

Updates tax rates

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Updates a specific tracking categoryXERO_OAUTH2_CC_UPDATE_TRACKING_CATEGORYUpdates a specific tracking category

Updates a specific tracking category

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting
Updates a specific option for a specific tracking categoryXERO_OAUTH2_CC_UPDATE_TRACKING_OPTIONSUpdates a specific option for a specific tracking category

Updates a specific option for a specific tracking category

Authentication

Connected account required

Scopes

accounting.settings

Tags

Accounting