Skip to main content

Fetch Region

Get your available regions on Spotflow

GET https://api.spotflow.co/api/v1/merchant/regions

Headers

authorization
String

Bearer SECRET_KEY
Include your secret key in the request header as a Bearer token for authorization. Unauthorized requests will result in a 401 HTTP status code.

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"
]
}
]