cURL
curl --request GET \ --url https://{defaultHost}/v5/app/line_items/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created_at": 123, "company_id": "<string>", "app_id": "<string>", "name": "<string>", "description": "<string>", "amount": 123, "base_currency": "usd", "allow_multiple_quantity": true, "metadata": {} }
Returns a line item
App API key for /v5/app and /v5/company endpoints
The ID of the line item, which will look like li_*************
line item found
The response is of type object.
object
Was this page helpful?