{ "info": { "_postman_id": "b5273874-a3f5-4827-8299-b7a1ffdadf19", "name": "General Translation Branches Files API", "description": "The public General Translation API. Use it to upload source content and translated files, download translations, queue and translate content, manage branches and tags, and read project and job status.\n\nMost endpoints operate on a single project and live under `https://api2.gtx.dev`. The runtime translation endpoint (`POST /v2/translate`) is served from `https://runtime2.gtx.dev`.\n\nAuthenticate every request with an API key as a bearer token in the standard `Authorization: Bearer ` header. Project keys (`gtx-api-`, `gtx-dev-`) are bound to one project. Organization keys (`gtx-org-`) work across projects but must include the target project in the `gt-project-id` header for project-scoped routes.\n\n\nContact Support:\n Name: General Translation Support\n Email: support@generaltranslation.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:43:56.000Z", "updatedAt": "2026-07-28T01:43:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-b5273874-a3f5-4827-8299-b7a1ffdadf19" }, "item": [ { "name": "v2", "item": [ { "name": "project", "item": [ { "name": "files", "item": [ { "name": "upload-files", "item": [ { "name": "Upload source files", "id": "fa8c5705-8ff0-4593-853a-0291a984c006", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"voluptate_55\": -52501940,\n \"minime2\": true,\n \"incididunt_d\": false,\n \"veniama77\": 83131429.88670057\n }\n }\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-files", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-files" ] }, "description": "Upload one or more source files to the project. Max 100 files per request." }, "response": [ { "id": "09678687-30c6-4e58-b424-c81132b1811d", "name": "Files uploaded.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"voluptate_55\": -52501940,\n \"minime2\": true,\n \"incididunt_d\": false,\n \"veniama77\": 83131429.88670057\n }\n }\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-files", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-files" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"uploadedFiles\": [\n {\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"dataFormat\": \"\"\n },\n {\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"dataFormat\": \"\"\n }\n ],\n \"count\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-09678687-30c6-4e58-b424-c81132b1811d" }, { "id": "051e4b1b-27c9-45a6-ad27-8c476f7609ec", "name": "The request was invalid.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"voluptate_55\": -52501940,\n \"minime2\": true,\n \"incididunt_d\": false,\n \"veniama77\": 83131429.88670057\n }\n }\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-files", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-files" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-051e4b1b-27c9-45a6-ad27-8c476f7609ec" }, { "id": "0492ef51-eb71-4432-9607-cd2e04ff10cd", "name": "Missing or invalid API key.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"voluptate_55\": -52501940,\n \"minime2\": true,\n \"incididunt_d\": false,\n \"veniama77\": 83131429.88670057\n }\n }\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-files", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-files" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-0492ef51-eb71-4432-9607-cd2e04ff10cd" }, { "id": "1d5984e1-968e-4bdb-8496-d1382592e9d1", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"voluptate_55\": -52501940,\n \"minime2\": true,\n \"incididunt_d\": false,\n \"veniama77\": 83131429.88670057\n }\n }\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-files", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-files" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-1d5984e1-968e-4bdb-8496-d1382592e9d1" }, { "id": "b7abd70a-a558-491c-b2b1-f0d4b7496630", "name": "Rate limit or quota exceeded.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"voluptate_55\": -52501940,\n \"minime2\": true,\n \"incididunt_d\": false,\n \"veniama77\": 83131429.88670057\n }\n }\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-files", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-files" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-b7abd70a-a558-491c-b2b1-f0d4b7496630" }, { "id": "be1ad85e-0747-4b2f-af4e-e48dc26d1ebc", "name": "The server is temporarily busy.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"voluptate_55\": -52501940,\n \"minime2\": true,\n \"incididunt_d\": false,\n \"veniama77\": 83131429.88670057\n }\n }\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-files", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-files" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-be1ad85e-0747-4b2f-af4e-e48dc26d1ebc" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-fa8c5705-8ff0-4593-853a-0291a984c006" } ], "id": "badae5cb-7c03-4549-8d95-34b5829b7b7a", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-badae5cb-7c03-4549-8d95-34b5829b7b7a" }, { "name": "upload-translations", "item": [ { "name": "Upload translated files", "id": "a8e5e92d-9132-4422-8368-e477892fd7ee", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"iruref8\": 4193811,\n \"elit_b\": -337672\n }\n },\n \"translations\": [\n {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"transformFormat\": \"\"\n }\n ]\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-translations", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-translations" ] }, "description": "Upload translated files linked to their source files. Max 100 files per request." }, "response": [ { "id": "83202782-aa87-4a33-a345-ec5645515ebc", "name": "Translations uploaded.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"iruref8\": 4193811,\n \"elit_b\": -337672\n }\n },\n \"translations\": [\n {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"transformFormat\": \"\"\n }\n ]\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-translations", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-translations" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"uploadedFiles\": [\n {\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\",\n \"locale\": \"\",\n \"fileFormat\": \"\",\n \"dataFormat\": \"\"\n },\n {\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\",\n \"locale\": \"\",\n \"fileFormat\": \"\",\n \"dataFormat\": \"\"\n }\n ],\n \"count\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-83202782-aa87-4a33-a345-ec5645515ebc" }, { "id": "34827898-7aa0-4cda-ad9a-242f8893b5f1", "name": "The request was invalid.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"iruref8\": 4193811,\n \"elit_b\": -337672\n }\n },\n \"translations\": [\n {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"transformFormat\": \"\"\n }\n ]\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-translations", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-translations" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-34827898-7aa0-4cda-ad9a-242f8893b5f1" }, { "id": "3f00f7d8-993a-4ac1-9cc0-08d53484dd26", "name": "Missing or invalid API key.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"iruref8\": 4193811,\n \"elit_b\": -337672\n }\n },\n \"translations\": [\n {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"transformFormat\": \"\"\n }\n ]\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-translations", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-translations" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-3f00f7d8-993a-4ac1-9cc0-08d53484dd26" }, { "id": "d2363d82-5b37-418c-8447-6ec3ffb67f15", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"iruref8\": 4193811,\n \"elit_b\": -337672\n }\n },\n \"translations\": [\n {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"transformFormat\": \"\"\n }\n ]\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-translations", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-translations" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-d2363d82-5b37-418c-8447-6ec3ffb67f15" }, { "id": "edba9982-94a6-43b8-9a52-a492309d0eb7", "name": "Rate limit or quota exceeded.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"iruref8\": 4193811,\n \"elit_b\": -337672\n }\n },\n \"translations\": [\n {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"transformFormat\": \"\"\n }\n ]\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-translations", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-translations" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-edba9982-94a6-43b8-9a52-a492309d0eb7" }, { "id": "aaa38774-4ed4-4477-bff4-6d7a970c767f", "name": "The server is temporarily busy.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": [\n {\n \"source\": {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"checkedOutBranchId\": \"\",\n \"incomingBranchId\": \"\",\n \"formatMetadata\": {\n \"iruref8\": 4193811,\n \"elit_b\": -337672\n }\n },\n \"translations\": [\n {\n \"content\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"locale\": \"\",\n \"dataFormat\": \"\",\n \"transformFormat\": \"\"\n }\n ]\n }\n ],\n \"sourceLocale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/upload-translations", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "upload-translations" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-aaa38774-4ed4-4477-bff4-6d7a970c767f" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-a8e5e92d-9132-4422-8368-e477892fd7ee" } ], "id": "1d179ba1-c1da-4430-a92f-a4ec32bcc3e2", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-1d179ba1-c1da-4430-a92f-a4ec32bcc3e2" }, { "name": "diffs", "item": [ { "name": "Submit translation diffs", "id": "f1c8365f-deb0-4f1b-a07f-2a11606c59df", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"diffs\": [\n {\n \"locale\": \"\",\n \"diff\": \"\",\n \"versionId\": \"\",\n \"fileId\": \"\",\n \"localContent\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"projectId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/diffs", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "diffs" ] }, "description": "Overwrite translations with user-provided localized content." }, "response": [ { "id": "1bca8026-0ee7-4ec7-ae90-b1cf1f35f734", "name": "Diffs processed.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"diffs\": [\n {\n \"locale\": \"\",\n \"diff\": \"\",\n \"versionId\": \"\",\n \"fileId\": \"\",\n \"localContent\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"projectId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/diffs", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "diffs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"filesProcessed\": \"\",\n \"entriesReceived\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-1bca8026-0ee7-4ec7-ae90-b1cf1f35f734" }, { "id": "77985e83-7b99-4cc9-a9e3-c57de9b7d498", "name": "The request was invalid.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"diffs\": [\n {\n \"locale\": \"\",\n \"diff\": \"\",\n \"versionId\": \"\",\n \"fileId\": \"\",\n \"localContent\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"projectId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/diffs", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "diffs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-77985e83-7b99-4cc9-a9e3-c57de9b7d498" }, { "id": "8fe83f0a-e08a-42b2-a17a-d5eded94587a", "name": "Missing or invalid API key.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"diffs\": [\n {\n \"locale\": \"\",\n \"diff\": \"\",\n \"versionId\": \"\",\n \"fileId\": \"\",\n \"localContent\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"projectId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/diffs", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "diffs" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-8fe83f0a-e08a-42b2-a17a-d5eded94587a" }, { "id": "10960463-d633-4de2-8682-a04d7457e344", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"diffs\": [\n {\n \"locale\": \"\",\n \"diff\": \"\",\n \"versionId\": \"\",\n \"fileId\": \"\",\n \"localContent\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"projectId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/diffs", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "diffs" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-10960463-d633-4de2-8682-a04d7457e344" }, { "id": "186d8e32-341e-498c-bbcd-74884c400043", "name": "Rate limit or quota exceeded.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"diffs\": [\n {\n \"locale\": \"\",\n \"diff\": \"\",\n \"versionId\": \"\",\n \"fileId\": \"\",\n \"localContent\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"projectId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/diffs", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "diffs" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-186d8e32-341e-498c-bbcd-74884c400043" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-f1c8365f-deb0-4f1b-a07f-2a11606c59df" } ], "id": "cff63a77-665a-482a-ae13-7ca134f63aef", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-cff63a77-665a-482a-ae13-7ca134f63aef" }, { "name": "publish", "item": [ { "name": "Publish or unpublish files", "id": "3a18e595-14c1-4f37-ba4f-33311bfd24e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"files\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"publish\": \"\",\n \"branchId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/publish", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "publish" ] }, "description": "Publish or unpublish translated files to the CDN. Requires CDN to be enabled." }, "response": [ { "id": "503c5f34-a1da-421c-9df9-a6568b2049ec", "name": "Publish results per file.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"files\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"publish\": \"\",\n \"branchId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/publish", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "publish" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"locale\": \"\",\n \"branchId\": \"\",\n \"success\": \"\",\n \"error\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"locale\": \"\",\n \"branchId\": \"\",\n \"success\": \"\",\n \"error\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-503c5f34-a1da-421c-9df9-a6568b2049ec" }, { "id": "9373e193-7f9f-4b11-9220-b196a15a9fbf", "name": "The request was invalid.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"files\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"publish\": \"\",\n \"branchId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/publish", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "publish" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-9373e193-7f9f-4b11-9220-b196a15a9fbf" }, { "id": "6bac98e2-826a-41c6-a373-2ecb555aec43", "name": "Missing or invalid API key.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"files\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"publish\": \"\",\n \"branchId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/publish", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "publish" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-6bac98e2-826a-41c6-a373-2ecb555aec43" }, { "id": "706c1226-17d5-481c-827b-2946eb38f279", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"files\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"publish\": \"\",\n \"branchId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/publish", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "publish" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-706c1226-17d5-481c-827b-2946eb38f279" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-3a18e595-14c1-4f37-ba4f-33311bfd24e9" } ], "id": "0db5ffc3-1874-4d7d-844a-1e29239119d6", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-0db5ffc3-1874-4d7d-844a-1e29239119d6" }, { "name": "download", "item": [ { "name": "{fileId}", "item": [ { "name": "Download a single file", "id": "e046b1d7-3dab-4e32-a43e-c0fc383af263", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/project/files/download/:fileId?versionId=&branchId=&locale=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" }, { "description": "Translation locale. Omit to download the source file.", "key": "locale", "value": "" } ], "variable": [ { "id": "26d5d208-967f-4df8-81c0-745dfcd11d13", "key": "fileId", "value": "", "description": "(Required) " } ] }, "description": "Download a single source or translated file. Prefer the batch POST endpoint." }, "response": [ { "id": "a35bbf00-4345-41a1-868e-78117eecc6d2", "name": "File content.", "originalRequest": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/project/files/download/:fileId?versionId=&branchId=&locale=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" }, { "description": "Translation locale. Omit to download the source file.", "key": "locale", "value": "" } ], "variable": [ { "key": "fileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-a35bbf00-4345-41a1-868e-78117eecc6d2" }, { "id": "ca2ebc5b-646e-47d1-81da-dc8385450a62", "name": "Missing or invalid API key.", "originalRequest": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/project/files/download/:fileId?versionId=&branchId=&locale=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" }, { "description": "Translation locale. Omit to download the source file.", "key": "locale", "value": "" } ], "variable": [ { "key": "fileId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-ca2ebc5b-646e-47d1-81da-dc8385450a62" }, { "id": "5475e2cf-370c-41d6-bc5b-81a98af1bc6f", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/project/files/download/:fileId?versionId=&branchId=&locale=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" }, { "description": "Translation locale. Omit to download the source file.", "key": "locale", "value": "" } ], "variable": [ { "key": "fileId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-5475e2cf-370c-41d6-bc5b-81a98af1bc6f" }, { "id": "e61bd17a-9b6b-44a0-b96f-aaa9a3b35e46", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/project/files/download/:fileId?versionId=&branchId=&locale=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" }, { "description": "Translation locale. Omit to download the source file.", "key": "locale", "value": "" } ], "variable": [ { "key": "fileId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-e61bd17a-9b6b-44a0-b96f-aaa9a3b35e46" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-e046b1d7-3dab-4e32-a43e-c0fc383af263" } ], "id": "cb79e16c-abcd-4a5c-b415-81c68d8b4046", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-cb79e16c-abcd-4a5c-b415-81c68d8b4046" }, { "name": "Download multiple files", "id": "23e20608-71ae-4d75-acc6-570e264bbebe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"fileId\": \"\",\n \"branchId\": \"\",\n \"versionId\": \"\",\n \"locale\": \"\",\n \"useLatestAvailableVersion\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/download", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download" ] }, "description": "Download up to 100 source or translated files in one request." }, "response": [ { "id": "bf8bd0a8-574d-4fc3-9668-4cac3546686a", "name": "Downloaded files.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"fileId\": \"\",\n \"branchId\": \"\",\n \"versionId\": \"\",\n \"locale\": \"\",\n \"useLatestAvailableVersion\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/download", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"files\": [\n {\n \"id\": \"\",\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\",\n \"data\": \"\",\n \"metadata\": {\n \"laborisc59\": \"nulla sunt\",\n \"cupidatat_62\": true,\n \"ea_3\": \"incididunt anim\"\n },\n \"fileFormat\": \"\",\n \"locale\": \"\"\n },\n {\n \"id\": \"\",\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\",\n \"data\": \"\",\n \"metadata\": {\n \"laborum3ce\": true,\n \"dolor1_3\": 66724733,\n \"do95\": 99014814\n },\n \"fileFormat\": \"\",\n \"locale\": \"\"\n }\n ],\n \"count\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-bf8bd0a8-574d-4fc3-9668-4cac3546686a" }, { "id": "62dfc591-1a76-4fa4-bd8d-86e7f50512bd", "name": "The request was invalid.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"fileId\": \"\",\n \"branchId\": \"\",\n \"versionId\": \"\",\n \"locale\": \"\",\n \"useLatestAvailableVersion\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/download", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-62dfc591-1a76-4fa4-bd8d-86e7f50512bd" }, { "id": "fbbd68a8-9b2b-49c1-8ae7-77da0729c200", "name": "Missing or invalid API key.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"fileId\": \"\",\n \"branchId\": \"\",\n \"versionId\": \"\",\n \"locale\": \"\",\n \"useLatestAvailableVersion\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/download", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-fbbd68a8-9b2b-49c1-8ae7-77da0729c200" }, { "id": "141f12c9-dc80-46c4-a70f-a206c9ccd21f", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"fileId\": \"\",\n \"branchId\": \"\",\n \"versionId\": \"\",\n \"locale\": \"\",\n \"useLatestAvailableVersion\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/download", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "download" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-141f12c9-dc80-46c4-a70f-a206c9ccd21f" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-23e20608-71ae-4d75-acc6-570e264bbebe" } ], "id": "3a2e2e74-9e30-432e-b0c4-f1c54a46b9f8", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-3a2e2e74-9e30-432e-b0c4-f1c54a46b9f8" }, { "name": "info", "item": [ { "name": "Get file metadata", "id": "813fec37-bee9-4e22-9f6c-5c8288e6bb67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"sourceFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"translatedFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/info", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "info" ] }, "description": "Get detailed metadata for specific source and translated files." }, "response": [ { "id": "b39e68a8-feaf-4ccb-a1e8-00931a2ee2b5", "name": "File metadata.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sourceFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"translatedFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/info", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "info" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"sourceFiles\": [\n {\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"dataFormat\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"approvalRequiredAt\": \"\",\n \"publishedAt\": \"\",\n \"locales\": [\n \"\",\n \"\"\n ],\n \"sourceLocale\": \"\"\n },\n {\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\",\n \"fileFormat\": \"\",\n \"dataFormat\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"approvalRequiredAt\": \"\",\n \"publishedAt\": \"\",\n \"locales\": [\n \"\",\n \"\"\n ],\n \"sourceLocale\": \"\"\n }\n ],\n \"translatedFiles\": [\n {\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileFormat\": \"\",\n \"dataFormat\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"approvedAt\": \"\",\n \"publishedAt\": \"\",\n \"completedAt\": \"\",\n \"locale\": \"\"\n },\n {\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileFormat\": \"\",\n \"dataFormat\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"approvedAt\": \"\",\n \"publishedAt\": \"\",\n \"completedAt\": \"\",\n \"locale\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-b39e68a8-feaf-4ccb-a1e8-00931a2ee2b5" }, { "id": "8fe5c0b1-6897-4522-bc21-ff3fca88f629", "name": "The request was invalid.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sourceFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"translatedFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/info", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "info" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-8fe5c0b1-6897-4522-bc21-ff3fca88f629" }, { "id": "a77e3a62-ace6-4992-a582-d9e8ef256000", "name": "Missing or invalid API key.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sourceFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"translatedFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/info", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "info" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-a77e3a62-ace6-4992-a582-d9e8ef256000" }, { "id": "284b08b5-f2bd-4301-937d-8f23267245e2", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"sourceFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\"\n }\n ],\n \"translatedFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"branchId\": \"\",\n \"locale\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/info", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "info" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-284b08b5-f2bd-4301-937d-8f23267245e2" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-813fec37-bee9-4e22-9f6c-5c8288e6bb67" } ], "id": "8743acf0-e1e6-4a0b-852a-df228913f658", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-8743acf0-e1e6-4a0b-852a-df228913f658" }, { "name": "moves", "item": [ { "name": "Move or rename files", "id": "02420908-58f6-4970-97d2-88b65553d86c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"moves\": [\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n },\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n }\n ],\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/moves", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "moves" ] }, "description": "Clone source files and their translations under new file IDs." }, "response": [ { "id": "1862c849-ec6f-49eb-9e40-8bdd085a993a", "name": "Move results.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"moves\": [\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n },\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n }\n ],\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/moves", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "moves" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"success\": \"\",\n \"error\": \"\"\n },\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"success\": \"\",\n \"error\": \"\"\n }\n ],\n \"summary\": {\n \"total\": \"\",\n \"succeeded\": \"\",\n \"failed\": \"\"\n }\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-1862c849-ec6f-49eb-9e40-8bdd085a993a" }, { "id": "851a0717-d259-44ad-a8a8-3f6f126c6908", "name": "The request was invalid.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"moves\": [\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n },\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n }\n ],\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/moves", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "moves" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-851a0717-d259-44ad-a8a8-3f6f126c6908" }, { "id": "97ff0078-3cdc-4d84-b1ed-a0a497c71091", "name": "Missing or invalid API key.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"moves\": [\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n },\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n }\n ],\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/moves", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "moves" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-97ff0078-3cdc-4d84-b1ed-a0a497c71091" }, { "id": "2cbf82b9-2b59-4499-9f61-1ed6f4a4be32", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"moves\": [\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n },\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n }\n ],\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/moves", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "moves" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-2cbf82b9-2b59-4499-9f61-1ed6f4a4be32" }, { "id": "73d66504-e63f-4a55-a9c4-a96354f979b4", "name": "The requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"moves\": [\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n },\n {\n \"oldFileId\": \"\",\n \"newFileId\": \"\",\n \"newFileName\": \"\"\n }\n ],\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/moves", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "moves" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-73d66504-e63f-4a55-a9c4-a96354f979b4" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-02420908-58f6-4970-97d2-88b65553d86c" } ], "id": "2f29de74-f761-4b24-be46-43a0594f5514", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-2f29de74-f761-4b24-be46-43a0594f5514" }, { "name": "orphaned", "item": [ { "name": "Find orphaned files", "id": "0c736824-a4d8-4be8-92ad-d670842989da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/orphaned", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "orphaned" ] }, "description": "Return files on a branch that are not present in the provided file ID list." }, "response": [ { "id": "1177423a-7819-4aee-b7c8-7fe30555ff13", "name": "Orphaned files.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/orphaned", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "orphaned" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"orphanedFiles\": [\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\"\n },\n {\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-1177423a-7819-4aee-b7c8-7fe30555ff13" }, { "id": "25a4707a-bf71-4532-97df-794062a39262", "name": "The request was invalid.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/orphaned", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "orphaned" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-25a4707a-bf71-4532-97df-794062a39262" }, { "id": "289fc33a-c908-4973-9522-ddcf72eb3ab9", "name": "Missing or invalid API key.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/orphaned", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "orphaned" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-289fc33a-c908-4973-9522-ddcf72eb3ab9" }, { "id": "9461db7a-acac-4e15-8884-e892060b0556", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/orphaned", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "orphaned" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-9461db7a-acac-4e15-8884-e892060b0556" }, { "id": "93de1604-92a0-40a2-aa4e-faa67c5a6ddd", "name": "The requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"branchId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/project/files/orphaned", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "files", "orphaned" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-93de1604-92a0-40a2-aa4e-faa67c5a6ddd" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-0c736824-a4d8-4be8-92ad-d670842989da" } ], "id": "abb0b8b1-6a2f-434f-ba24-e4f2e83fe873", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-abb0b8b1-6a2f-434f-ba24-e4f2e83fe873" } ], "id": "59f52874-93a9-4090-a573-7a3237628d2b", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-59f52874-93a9-4090-a573-7a3237628d2b" }, { "name": "translations", "item": [ { "name": "files", "item": [ { "name": "status", "item": [ { "name": "{fileId}", "item": [ { "name": "Get translation status for a file", "id": "2f9f2e08-8d52-4398-8319-4e1ef59a5fe5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/project/translations/files/status/:fileId?versionId=&branchId=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "translations", "files", "status", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" } ], "variable": [ { "id": "5b444252-e219-4c2e-8de1-44d434e91eaf", "key": "fileId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "839844ac-6bd7-414c-b2b5-7de048b7445e", "name": "Translation status for the file.", "originalRequest": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/project/translations/files/status/:fileId?versionId=&branchId=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "translations", "files", "status", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" } ], "variable": [ { "key": "fileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"translations\": [\n {\n \"locale\": \"\",\n \"completedAt\": \"\",\n \"approvedAt\": \"\",\n \"publishedAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n {\n \"locale\": \"\",\n \"completedAt\": \"\",\n \"approvedAt\": \"\",\n \"publishedAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n }\n ],\n \"sourceFile\": {\n \"id\": \"\",\n \"branchId\": \"\",\n \"fileId\": \"\",\n \"versionId\": \"\",\n \"fileName\": \"\",\n \"sourceLocale\": \"\",\n \"fileFormat\": \"\",\n \"dataFormat\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"approvalRequiredAt\": \"\",\n \"locales\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-839844ac-6bd7-414c-b2b5-7de048b7445e" }, { "id": "9fb43cd5-0e9e-46a5-854a-d3ffdce45063", "name": "Missing or invalid API key.", "originalRequest": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/project/translations/files/status/:fileId?versionId=&branchId=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "translations", "files", "status", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" } ], "variable": [ { "key": "fileId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-9fb43cd5-0e9e-46a5-854a-d3ffdce45063" }, { "id": "284d8ccc-c91f-416f-831e-0708366b7ec3", "name": "The API key lacks the required permission, or the action is not allowed on the current plan.", "originalRequest": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/project/translations/files/status/:fileId?versionId=&branchId=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "translations", "files", "status", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" } ], "variable": [ { "key": "fileId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-284d8ccc-c91f-416f-831e-0708366b7ec3" }, { "id": "63b7b1ed-748d-4132-98b1-962bebe46f96", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`.\n", "key": "gt-api-version", "value": "2025-11-03.v1" }, { "description": "Target project ID. Required when authenticating with an organization API key.", "key": "gt-project-id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/project/translations/files/status/:fileId?versionId=&branchId=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "project", "translations", "files", "status", ":fileId" ], "query": [ { "description": "Defaults to the branch head version.", "key": "versionId", "value": "" }, { "description": "Defaults to the default branch.", "key": "branchId", "value": "" } ], "variable": [ { "key": "fileId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-63b7b1ed-748d-4132-98b1-962bebe46f96" } ], "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-2f9f2e08-8d52-4398-8319-4e1ef59a5fe5" } ], "id": "54c74ac0-7958-49a2-8373-a5ecc14a3517", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-54c74ac0-7958-49a2-8373-a5ecc14a3517" } ], "id": "37451f53-ad14-4109-a810-64d7c96fe322", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-37451f53-ad14-4109-a810-64d7c96fe322" } ], "id": "d60be3c9-3228-4e0f-ac6f-223b96f53e7f", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-d60be3c9-3228-4e0f-ac6f-223b96f53e7f" } ], "id": "651319ef-5da3-4ad2-942c-9a41548d9df9", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-651319ef-5da3-4ad2-942c-9a41548d9df9" } ], "id": "660fbfd9-19ba-4f6c-986f-59c70576510b", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-660fbfd9-19ba-4f6c-986f-59c70576510b" } ], "id": "80f69604-9294-4ea2-adee-8475a3652c8c", "createdAt": "2026-07-28T01:43:57.000Z", "updatedAt": "2026-07-28T01:43:57.000Z", "uid": "35240-80f69604-9294-4ea2-adee-8475a3652c8c" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api2.gtx.dev" } ] }