Fetch Region
Get your available regions on Spotflow
GET https://api.spotflow.co/api/v1/merchant/regions
Headers
| authorization  | 
 | 
|---|
Sample Response
200 OK
[
    {
        "id": 1,
        "name": "Nigeria",
        "currency": "NGN",
        "status": "active",
        "createdAt": "2024-10-17T15:06:41Z",
        "paymentChannels": [
            "bank_transfer",
            "ussd",
            "card"
        ]
    },
    {
        "id": 2,
        "name": "Ghana",
        "currency": "GHS",
        "status": "active",
        "createdAt": "2024-11-01T15:42:57Z",
        "paymentChannels": [
            "mobile_money"
        ]
    }
]