List basins.
List basins in an account.
GET
Model paging by specifying start_after
as the last basin name that was returned.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter to basins whose names begin with this prefix.
Filter to basins whose names lexicographically start after this string.
It must be greater than or equal to the prefix
if specified.
Number of results, up to a maximum of 1000.
Required range:
0 <= x <= 1000
Response
200
application/json
The response is of type object
.