Mobile Money Agents

Get https://whitelabel.markets/demos/apex/api/v1/networks/{currency_id}

Headers

Authorization* string

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

Path parameters

currency_id* string

Id of currency

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": "a499b34b-c07a-482e-ba9c-fed22c6a40cf",
            "name": "Airtel Money",
            "image": "https://whitelabel.markets/demos/apex/storage/app/network/J2oWv5DtnlpwCWqLyyCH2ANuvWurp9RXPUHh74bU.jpg"
        },
        {
            "id": "ce659f41-d916-4d80-9e09-ce65fc780edf",
            "name": "M-Pesa",
            "image": "https://whitelabel.markets/demos/apex/storage/app/network/rAkrw2GAWBVuQMgqXTJ5Lti6Sbb3lECGf1VDnq9V.jpg"
        },
        {
            "id": "77451320-bc36-4aba-8d86-7c27b78237ea",
            "name": "Telkom Kenya",
            "image": "https://whitelabel.markets/demos/apex/storage/app/network/4772HI19uutoxhwGA7wdOthQxwVbYbhVjPtSFycU.jpg"
        }
    ],
    "links": {
        "first": "https://whitelabel.markets/demos/apex/api/v1/networks/78ff1efa-1cdf-4d22-8882-f41fa96dd2b1?page=1",
        "last": "https://whitelabel.markets/demos/apex/api/v1/networks/78ff1efa-1cdf-4d22-8882-f41fa96dd2b1?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "https://whitelabel.markets/demos/apex/api/v1/networks/78ff1efa-1cdf-4d22-8882-f41fa96dd2b1?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://whitelabel.markets/demos/apex/api/v1/networks/78ff1efa-1cdf-4d22-8882-f41fa96dd2b1",
        "per_page": 20,
        "to": 3,
        "total": 3
    }
}