invoices_service
Get invoices app by project
get/api/v1/services/invoices/app
Query parameters
project_idinteger required
Project ID
Response
Invoices app
Example response
{
"app": {
"id": 4177275498,
"project_id": 4268870487,
"name": "Test name",
"description": "Test description",
"recipient_address": "0:97146a46acc2654y27947f14c4a4b14273e954f78bc017790b41208b0043200b",
"webhooks": [
{
"webhook": "https://mydapp.com/api/handle-invoice-change"
}
],
"date_create": 1690889913000
}
}