{ "opencollection": "1.0.0", "info": { "name": "SimpleLocalize Customers Projects API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "X-SimpleLocalize-Token", "value": "{{X-SimpleLocalize-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.simplelocalize.io/api/v2/projects", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves all existing projects with their metadata, language configurations, and translation statistics. Requires Personal Token authentication." }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.simplelocalize.io/api/v2/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new translation project and returns project details including API tokens and initial configuration. Requires Personal Token authentication." } ] } ], "bundled": true }