# XTRF Home Portal API **Provider:** XTRF Home Portal **Category:** maps **Base URL:** `https://presentation.s.xtrf.eu/home-api` **Auth:** api-key — `X-AUTH-ACCESS-TOKEN: YOUR_API_KEY` **Rate Limit:** Based on contract **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://presentation.s.xtrf.eu/home-api ## Description XTRF Home Portal API enables you to perform operations on Projects, Quotes, Customers, Vendors etc. as a XTRF Home Portal user.
The documentation is generated from OpenAPI specification 3.0 available here
The API client/consumer code may be easily gene ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices` | Lists all client invoices in all statuses (including not ready and drafts) that have been updated since a specific date. | | POST | `https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices` | Creates a new invoice. | | POST | `https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices/documents` | Generates client invoices' documents. | | GET | `https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices/ids` | Returns client invoices' internal identifiers. | | POST | `https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices/sendReminders` | Sends reminders. Returns number of sent e-mails. | | DELETE | `https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices/{invoiceId}` | Removes a client invoice. | | GET | `https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices/{invoiceId}` | Returns client invoice details. | | GET | `https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices/{invoiceId}/dates` | Returns dates of a given client invoice. | ## Authentication API key in the request header (X-AUTH-ACCESS-TOKEN) ``` X-AUTH-ACCESS-TOKEN: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://presentation.s.xtrf.eu/home-api/accounting/customers/invoices' \ -H 'X-AUTH-ACCESS-TOKEN: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. XTRF translation management system API. Enterprise pricing on request. --- *Source: [API Map](https://apimap.dev/apis/xtrf-home-portal/) — CC BY 4.0*