Get information on a specific line item for a specific account

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

account_id

string

required

ID of the Account

line_item_id

string

required

Line Item ID

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

``200 Array of Line Items where the last element is the root line item whose details were requested.

``401

Unauthorized.

``403

Forbidden.

``404

Line Items not found

``429

Too many requests.

``default

Unexpected Error.

Base URL

https://Contact sales to enable your sandbox/accounts/{account_id}/line_items/{line_item_id}


curl --request GET \

--url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//line_items/ \

--header 'accept: application/json'

application/json

``200