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",
"status": "active",
"createdAt": "2024-06-07T10:30:47Z"
}
]