Get min_pay fulfillments made by 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
``200 An array of information mapping a line item to all min_pay items it is associated with
``401
Unauthorized.
``403
Forbidden.
``404
Line Items not found
``429
Too many requests.
``default
Unexpected Error.
Updated about 1 year ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://Contact sales to enable your sandbox/accounts/{account_id}/line_items/{line_item_id}/fulfillments
xxxxxxxxxx
curl --request GET \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//line_items//fulfillments \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
``200
Updated about 1 year ago