API docs
Authenticate
Request Body
Name
Type
Description
{
// Response
'token_type': 'Bearer',
'access_token': '...',
'id_token': '...',
'refresh_token': '...',
'expires_in': 3600
}Receive whether the token is valid
Headers
Name
Type
Description
Get all projects
Headers
Name
Type
Description
Get a specific project
Headers
Name
Type
Description
Get all tables of a project
Headers
Name
Type
Description
Get specific table from a project.
Headers
Name
Type
Description
Last updated