Single Director

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

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.

director* string

Director ID

Response


{
    "message": "Director details",
    "status": "success",
    "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"
    }
}