Create a basin.
Create a new basin in an account.
POST
Creating a basin is usually synchronous, however in some cases it can take a little longer.
Check the state
in the response body to know whether it is still being created.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201
application/json
The response is of type object
.