cURL
curl --request GET \ --url https://cloud.laravel.com/api/meta/regions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "region": "us-east-2", "label": "<string>", "flag": "<string>" } ] }
List all available cloud regions.
The Bearer Token generated on the Cloud UI.
Show child attributes
Was this page helpful?