List Contacts (V2)
GET/api/xero/v2/contacts
Paginated list of Xero contacts with advanced filtering.
Authentication: Requires Bearer token.
Sort options: id, Name, ContactID, created_at
Filterable columns: id (numeric), Name (text), ContactID (text), link_type (text — polymorphic FQN e.g. App\Models\Supplier)
Also includes computed fields: IsCustomer, IsSupplier (extracted from JSON object)
Request
Responses
- 200
Successful response