All Sender

Get https://whitelabel.markets/demos/apex/api/v1/sender

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": "120988ea-b91b-4543-9bc0-d851e17db04b",
            "first_name": "John",
            "middle_name": "Son",
            "last_name": "Derrick",
            "business_name": "",
            "entity": "individual",
            "email": "Derrick@remote.com",
            "phone": "+2349057550481",
            "country": "US",
            "state": "DE",
            "city": "City",
            "address": "Address",
            "postal_code": "90000",
            "ip_address": "98.97.79.160",
            "id_type": "SSN",
            "id_number": "213652146416",
            "id_url": "https://google.com",
            "birth_date": "29-06-1999"
        }
    ],
    "links": {
        "first": "http://localhost:8888/whitelabels/remittance/api/sender?page=1",
        "last": "http://localhost:8888/whitelabels/remittance/api/sender?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "http://localhost:8888/whitelabels/remittance/api/sender?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "http://localhost:8888/whitelabels/remittance/api/sender",
        "per_page": 20,
        "to": 1,
        "total": 1
    }
}