Invantive Bridge Online offers in addition to the protocol-specific implementations also a number of endpoints to retrieve metadata for a connected user:
- User information
- Database information
# User Information
The user information is available at the path `/me` directly below the base URL. Example:
```
https://bridge-online.invantive.com/NAME/me
```
# Database Information
A list of databases connectable by the user is available at the path `/setup/databases` directly below the base URL. Example:
```
https://bridge-online.invantive.com/NAME/setup/databases
```