{ "opencollection": "1.0.0", "info": { "name": "lemon.markets Brokerage API 🍋 Accounts: General API", "version": "0.1.0" }, "items": [ { "info": { "name": "Accounts: General", "type": "folder" }, "items": [ { "info": { "name": "Accept Agreement", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account/accept_agreement", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account", "value": "cusa_c2c3f89ec0524b6e818ce00c16e4897f", "type": "path", "description": "An account identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Accept Agreement" }, { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/accounts", "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" }, { "name": "status", "value": "", "type": "query", "description": "Provide an account status to filter results on a single account status.\n" }, { "name": "person_customer", "value": "", "type": "query", "description": "If set to `true`, returns a simplified person customer object containing only the type and person ID, instead of the full customer details. The parameter will be **deprecated in a future version** of this API. Once deprecated, all responses will behave as if `person_customer=true`.\n" } ] }, "docs": "List Accounts" }, { "info": { "name": "Create Account", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.lemon.markets/v1/accounts", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Account" }, { "info": { "name": "List Authenticators", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/authenticators", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account_id", "value": "cusa_c2c3f89ec0524b6e818ce00c16e4897f", "type": "path", "description": "An account 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 Authenticators" }, { "info": { "name": "Create Authenticator", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/authenticators", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account_id", "value": "cusa_c2c3f89ec0524b6e818ce00c16e4897f", "type": "path", "description": "An account identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Authenticator" }, { "info": { "name": "Get Account", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account_id", "value": "cusa_c2c3f89ec0524b6e818ce00c16e4897f", "type": "path", "description": "An account identifier.\n" }, { "name": "person_customer", "value": "", "type": "query", "description": "If set to `true`, returns a simplified person customer object containing only the type and person ID, instead of the full customer details. The parameter will be **deprecated in a future version** of this API. Once deprecated, all responses will behave as if `person_customer=true`.\n" } ] }, "docs": "Get Account" }, { "info": { "name": "Get Account Checks", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/checks", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account_id", "value": "cusa_c2c3f89ec0524b6e818ce00c16e4897f", "type": "path", "description": "An account 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": "Get Account Checks" }, { "info": { "name": "Get Experience Profile", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/experience", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get Experience Profile" }, { "info": { "name": "Set Experience Profile", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/experience", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account_id", "value": "cusa_c2c3f89ec0524b6e818ce00c16e4897f", "type": "path", "description": "An account identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set Experience Profile" }, { "info": { "name": "Update Knowledge", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/experience", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Knowledge" } ] } ], "bundled": true }