All Directors

Get https://app.moneygraph.ai/api/v1/customer/director/all/{customer}

Headers

Authorization* string

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

Path parameters

customer* string

Customer ID. The ID or MCP Key of the onboarded customer.

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": "55196c0f-31c7-4d1f-8b74-25e9fbf6810b",
            "first_name": "John",
            "last_name": "Derrick",
            "email": "[email protected]",
            "phone": "+2349057550481",
            "country": "US",
            "state": "DE",
            "city": "City",
            "street": "Address",
            "postal_code": "90000",
            "birthday": null,
            "ownership": 10,
            "position": "CTO",
            "mode": "test"
        }
    ],
    "links": {
        "first": "https://app.moneygraph.ai/api/v1/customer/director/all/0561572?page=1",
        "last": "https://app.moneygraph.ai/api/v1/customer/director/all/0561572?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/customer/director/all/0561572?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://app.moneygraph.ai/api/v1/customer/director/all/0561572",
        "per_page": 20,
        "to": 1,
        "total": 1
    }
}