Programmatic access to Managed Service for TimescaleDB can be performed via a REST API. The REST API documentation can be found here: https://api.aiven.io/doc/
NOTE: When authenticating a user via the REST API to retrieve an authentication token, you must include the "tenant" : "timescale" in the request body.
{
"email": "[email protected]",
"otp": "123456",
"password": "xxxxxxx",
"tenant":"timescale"
}
Alternatively, you can use the portal to generate an Authentication token by browsing to Account profile > Authentication > Generate token.