cURL
curl --request GET \ --url https://api.example.com/basins
{ "basins": [ { "name": "<string>", "scope": "<string>", "state": "<string>" } ], "has_more": true }
prefix
Show BasinInfo
aws:us-east-1
active
creating
deleting
curl -X GET "https://aws.s2.dev/v1/basins?limit=10" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "basins": [ { "name": "my-basin-1", "scope": "aws:us-east-1", "state": "active" }, { "name": "my-basin-2", "scope": "aws:us-east-1", "state": "active" } ], "has_more": false }