All Customers

Get https://app.moneygraph.ai/api/v1/customer/users

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; The default is 1

limit integer

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

day string

Filter by day, format required is dd/mm/yyyy

Response


{
    "data": {
        "id": "0561572",
        "mode": "test",
        "first_name": "Scott",
        "last_name": "Mccal",
        "email": "[email protected]",
        "phone": "+17709255094",
        "account_type": "business",
        "birthday": "29-06-1999",
        "gender": "male",
        "id_type": "ID_CARD",
        "id_number": "213652146416",
        "source_of_funds": "Family Savings",
        "kyc_status": "APPROVED",
        "document": {
            "document": "https://res.cloudinary.com/dbq4koj7h/image/upload/v1746905664/frbausr5pvkbqboeczdu.jpg",
            "selfie": "https://res.cloudinary.com/dbq4koj7h/image/upload/v1746905749/te7ktcdiquahulhjbmtl.jpg"
        },
        "address": {
            "country": "US",
            "state": "DE",
            "city": "City",
            "street": "Address",
            "postal_code": "90000"
        },
        "business_details": {
            "business_name": "ABC LTD",
            "website": null,
            "staff_size": "1-5",
            "registration_number": "9236586985",
            "tax_number": "9236586985",
            "registration_date": "29-06-1999",
            "registration_location": "No.1 wetwtwtwetwtwt",
            "registration_type": "Single Member LLC",
            "mcc": "Bicycle Shops",
            "complete_ownership": false,
            "address": {
                "country": "US",
                "state": "DE",
                "city": "SALD",
                "street": "Hillton street",
                "postal_code": "90000"
            }
        }
    }
    "links": {
        "first": "https://app.moneygraph.ai/api/v1/customer/users/0561572?page=1",
        "last": "https://app.moneygraph.ai/api/v1/customer/users/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/users/0561572?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://app.moneygraph.ai/api/v1/customer/users/0561572",
        "per_page": 20,
        "to": 1,
        "total": 1
    }
}