X

XTRF Home Portal API

by XTRF Home Portal

XTRF Home Portal API enables you to perform operations on Projects, Quotes, Customers, Vendors etc. as a XTRF Home Portal user. <br>The documentation is generated from OpenAPI specification 3.0 available <a href="/home-api/openapi.json">here</a> <br> The API client/consumer code may be easily gene

mapsxtrf

Quick Reference

Base URL https://presentation.s.xtrf.eu/home-api Auth type API Key Header Auth header X-AUTH-ACCESS-TOKEN: YOUR_API_KEY Rate limit Based on contract Pricing Enterprise / contact sales Free quota None Documentation https://presentation.s.xtrf.eu/home-api Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)14.12s (checked Mar 29, 2026) Builder score D 38% builder-friendly
Pricing
28
Latency
4
Depth
72

Authentication

API key in the request header (X-AUTH-ACCESS-TOKEN)

X-AUTH-ACCESS-TOKEN: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid. XTRF translation management system API. Enterprise pricing on request.

Key Endpoints

MethodPathDescription
GET /accounting/customers/invoices Lists all client invoices in all statuses (including not ready and drafts) that have been updated since a specific date.
POST /accounting/customers/invoices Creates a new invoice.
POST /accounting/customers/invoices/documents Generates client invoices' documents.
GET /accounting/customers/invoices/ids Returns client invoices' internal identifiers.
POST /accounting/customers/invoices/sendReminders Sends reminders. Returns number of sent e-mails.
DELETE /accounting/customers/invoices/{invoiceId} Removes a client invoice.
GET /accounting/customers/invoices/{invoiceId} Returns client invoice details.
GET /accounting/customers/invoices/{invoiceId}/dates Returns dates of a given client invoice.

Sample Request

curl -X GET 'https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices' \
  -H 'X-AUTH-ACCESS-TOKEN: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official XTRF Home Portal documentation.