Skip to main content
GET
/
api
/
users
/
me
/
regions
List available regions.
curl --request GET \
  --url https://api.rigbox.dev/api/users/me/regions \
  --header 'Authorization: Bearer <token>'
{
  "regions": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Available regions

regions
string[]
required