cURL
curl --request GET \ --url https://cloud.laravel.com/api/caches/types \ --header 'Authorization: Bearer <token>'
{ "data": [ { "type": "<string>", "label": "<string>", "regions": [ "us-east-2" ], "sizes": [ { "value": "<string>", "label": "<string>" } ], "supports_auto_upgrade": true } ] }
The Bearer Token generated on the Cloud UI.
Show child attributes
Was this page helpful?