cURL
curl --request GET \ --url https://api.sevalla.com/v2/databases \ --header 'Authorization: Bearer <token>'
{ "databases": { "items": [ { "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1", "name": "unique-db-name", "display_name": "firstsite_db", "status": "ready", "updated_at": 1676218612219, "type": "postgresql", "version": "14", "resource_type_name": "db1" } ] } }
Retrieve a list of all databases available to a company.
Show child attributes
Was this page helpful?