All Headers

Get https://app.moneygraph.ai/api/v1/customer/invoice/header/{user}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

user* string

The onboarded customer ID or the MCP Key

Body parameters

page string

Sets the page number; use "all" to retrieve all items. The default is 1

limit integer

Specifies the default number of items per page, with a default setting of 20

Response


{
    "data": [
    {
            "id": "9f2736ff-01ea-44b1-ab3e-f6cd48370ab9",
            "company": "MedLands Inc",
            "image_url": "https://cdn.pixabay.com/photo/2015/06/30/11/33/porsche-826385_1280.jpg",
            "mode": "test"
        },
        {
            "id": "7a1d87df-2758-462b-97bd-a932c4090b8f",
            "company": "ABC Corporation",
            "image_url": "https://cdn.pixabay.com/photo/2015/06/30/11/33/porsche-826385_1280.jpg",
            "mode": "test"
        }
    ],
    "links": {
        "first": "https://app.moneygraph.ai/api/v1/invoice/headers?page=1",
        "last": "https://app.moneygraph.ai/api/v1/invoice/headers?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/invoice/headers?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://app.moneygraph.ai/api/v1/invoice/headers",
        "per_page": 20,
        "to": 10,
        "total": 10
    }
}