API Reference
cURL
curl --request GET \ --url https://api.example.com/api/text2sql/databases \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "type": "<string>", "url": "<string>", "read_only": true, "status": "<string>", "created_at": "<string>", "updated_at": "<string>", "table_count": 123, "last_connected_at": "<string>", "error_message": "<string>" } ]
Get user’s database configurations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response