Hey @wangdao1
Thanks for brining this to our attention! Could you try the same request again, however using our show endpoint, instead? For example, I was able to get a NOT_FOUND response like so:
twurl_ads -X GET "/4/accounts/18ce54j3u3w/line_item_apps/bx78p" | jq .
{
"errors": [
{
"code": "NOT_FOUND",
"message": "Line Item App bx78p was not found for Account 18ce54j3u3w"
}
],
"request": {
"params": {
"line_item_app_id": "bx78p",
"account_id": "18ce54j3u3w"
}
}
}
Thanks!