Sign in

List file associations

documented

List associations for a file.

GET /Files/{FileId}/AssociationsFilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.xero.com/files.xro/1.0/Files/{{$file_id}}/Associations" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "xero-tenant-id: {{$tenant_id}}"
List file associations · Xero · OpenIntegrations