All Signature

Get https://app.moneygraph.ai/api/v1/invoice/signature

Headers

Authorization* string

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

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": "2f5378ea-2291-4f34-b531-a73211d8649c",
            "title": "Third Signature",
            "image_url": "https://cdn.pixabay.com/photo/2020/11/03/15/32/man-5710164_1280.jpg",
            "mode": "test"
        }
    ],
    "links": {
        "first": "https://app.moneygraph.ai/api/v1/invoice/signature?page=1",
        "last": "https://app.moneygraph.ai/api/v1/invoice/signature?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/signature?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://app.moneygraph.ai/api/v1/invoice/signature",
        "per_page": 20,
        "to": 1,
        "total": 1
    }
}