Platform
List available regions
Returns all active data plane regions.
AuthorizationBearer <token>
JWT issued by Better Auth. Verified via JWKS.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/regions"{ "regions": [ { "id": "us-east-1", "name": "US East (N. Virginia)", "provider": "aws", "status": "active", "available": true, "continent": "string", "country": "string" } ]}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}