{ "opencollection": "1.0.0", "info": { "name": "Laka accounts API", "version": "2024-09-01" }, "items": [ { "info": { "name": "accounts", "type": "folder" }, "items": [ { "info": { "name": "Create Person", "type": "http" }, "http": { "method": "POST", "url": "https://api.uat.laka.co/v3/accounts", "headers": [ { "name": "x-api-region", "value": "" }, { "name": "x-api-language", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Create a new person record." }, { "info": { "name": "Get Account by Email", "type": "http" }, "http": { "method": "GET", "url": "https://api.uat.laka.co/v3/accounts/email/:email", "headers": [ { "name": "x-api-region", "value": "" }, { "name": "x-api-language", "value": "" } ], "params": [ { "name": "email", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get a single account by email." }, { "info": { "name": "Get Account by External ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.uat.laka.co/v3/accounts/externalId/:externalId", "headers": [ { "name": "x-api-region", "value": "" }, { "name": "x-api-language", "value": "" } ], "params": [ { "name": "externalId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get a single account by external ID." }, { "info": { "name": "Get Account by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.uat.laka.co/v3/accounts/:accountId", "headers": [ { "name": "x-api-region", "value": "" }, { "name": "x-api-language", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get a single account by UUID." }, { "info": { "name": "Create Relationship", "type": "http" }, "http": { "method": "POST", "url": "https://api.uat.laka.co/v3/accounts/:accountId/relationship", "headers": [ { "name": "x-api-region", "value": "" }, { "name": "x-api-language", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Create a relationship between an account and a person." }, { "info": { "name": "Update Person", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.uat.laka.co/v3/accounts/:personId", "headers": [ { "name": "x-api-region", "value": "" }, { "name": "x-api-language", "value": "" } ], "params": [ { "name": "personId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Update an existing person record." } ] } ], "bundled": true }