View all available regions.
Retrieve a list of regions with no pagination. Regions collection is referential to other collections.
curl -v -X GET https://api.swfi.com/v1/regions \ -H "Accept: application/json" \ -H "Authorization: $API_KEY"
{
"data": [
"Africa",
"Antarctica Region",
"Asia",
"Australia and Pacific",
"Europe",
"Global",
"Latin America",
"Middle East",
"North America"
],
"total_items": 9
}{
"errors": [
{
"path": "/v1/aum/:_id",
"message": "Not Found"
}
],
"status": 404
}