{ "opencollection": "1.0.0", "info": { "name": "lemon.markets Brokerage API 🍋 Accounts: General Persons API", "version": "0.1.0" }, "items": [ { "info": { "name": "Persons", "type": "folder" }, "items": [ { "info": { "name": "List Persons", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/persons", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "cursor", "value": "", "type": "query", "description": "A pagination cursor. When you receive a paginated response containing the property `pagination.next_cursor`, you can pass its value here to get the next page of results for your query.\nA cursor will include filter parameters, so there is not need to specify both the `cursor` and any other filter parameter.\n" }, { "name": "limit", "value": "", "type": "query", "description": "In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.\n" } ] }, "docs": "List Persons" }, { "info": { "name": "Create Person", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.lemon.markets/v1/persons", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Person" }, { "info": { "name": "List Person Data Update Requests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/persons/:person_id/updates", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "person_id", "value": "pers_0453deb1c90448c99f24adaa833cfda9", "type": "path", "description": "A person identifier.\n" }, { "name": "cursor", "value": "", "type": "query", "description": "A pagination cursor. When you receive a paginated response containing the property `pagination.next_cursor`, you can pass its value here to get the next page of results for your query.\nA cursor will include filter parameters, so there is not need to specify both the `cursor` and any other filter parameter.\n" }, { "name": "limit", "value": "", "type": "query", "description": "In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.\n" } ] }, "docs": "List Person Data Update Requests" }, { "info": { "name": "Create Person Data Update Request", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.lemon.markets/v1/persons/:person_id/updates", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "person_id", "value": "pers_0453deb1c90448c99f24adaa833cfda9", "type": "path", "description": "A person identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Person Data Update Request" }, { "info": { "name": "Get Person", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/persons/:person_id", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "person_id", "value": "pers_0453deb1c90448c99f24adaa833cfda9", "type": "path", "description": "A person identifier.\n" } ] }, "docs": "Get Person" }, { "info": { "name": "Get Person Data Update Request", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/persons/:person_id/updates/:update_id", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "person_id", "value": "pers_0453deb1c90448c99f24adaa833cfda9", "type": "path", "description": "A person identifier.\n" }, { "name": "update_id", "value": "upd_4ffa7b6928e6466ba8c13badb49f8add", "type": "path", "description": "A person data update request identifier.\n" } ] }, "docs": "Get Person Data Update Request" } ] } ], "bundled": true }