cURL
curl --request GET \ --url https://api.speedvitals.com/v1/ttfb-regions
{ "data": [ { "id": "asia", "name": "Asia Pacific and Africa", "locations": [ { "id": "del", "name": "Delhi" }, { "id": "sgp", "name": "Singapore" } ] } ] }
Returns a list of SpeedVitals supported regions for TTFB test
Successful response.
An object containing a list of ttfb regions
An array of region objects
Show child attributes