header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/database/' \
--header'Authorization: Bearer <token>'
Responses
🟢200OK
application/json
Item from Model
Body
Example
{"description_columns":{"column_name":"A Nice description for the column"},"id":"string","label_columns":{"column_name":"A Nice label for the column"},"result":{"allow_csv_upload":true,"allow_ctas":true,"allow_cvas":true,"allow_dml":true,"allow_multi_schema_metadata_fetch":true,"allow_run_async":true,"cache_timeout":0,"database_name":"string","encrypted_extra":"string","expose_in_sqllab":true,"extra":"string","force_ctas_schema":"string","id":0,"impersonate_user":true,"server_cert":"string","sqlalchemy_uri":"string"},"show_columns":["string"],"show_title":"Show Item Details"}