# Get information on a specific line item for a specific account **GET /accounts/{account_id}/line_items/{line_item_id}** ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **account_id** (string) Account ID - **line_item_id** (string) Line Item ID ### Query parameters - **limit** (integer) The maximum number of line items to be returned. Defaults to 100. - **starting_after** (string) Pass the value from the `paging` response body in your previous request. If not provided, the zero-indexed starting point will be used. Either starting_after or ending_before may be provided, but not both. - **ending_before** (string) Pass the value from the `paging` response body in your previous request. If not provided, the zero-indexed starting point will be used. Either starting_after or ending_before may be provided, but not both. ## Responses ### 200 Array of Line Items where the last element is the root line item whose details were requested. #### Body: application/json (object) - **results** (array[object] | null) An array of information for all line items within the requested range. - **paging** (object) Pagination Information. ### 401 Unauthorized. ### 403 Forbidden. ### 404 Line Items not found ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)