Authenticate and get a JWT access and refresh token
643 matches
100 actions
Superset
100 actions
- delete_annotation_layerDELETEv1.0.0
- delete_annotation_layer_pkDELETEv1.0.0
- delete_annotation_layer_pk_annotationDELETEv1.0.0
- delete_annotation_layer_pk_annotation_annotation_idDELETEv1.0.0
- delete_chartDELETEv1.0.0
- delete_chart_pkDELETEv1.0.0
- delete_css_templateDELETEv1.0.0
- delete_css_template_pkDELETEv1.0.0
- delete_dashboardDELETEv1.0.0
- delete_dashboard_pkDELETEv1.0.0
- delete_database_pkDELETEv1.0.0
- delete_datasetDELETEv1.0.0
- delete_dataset_pkDELETEv1.0.0
- delete_dataset_pk_column_column_idDELETEv1.0.0
- delete_dataset_pk_metric_metric_idDELETEv1.0.0
- delete_reportDELETEv1.0.0
- delete_report_pkDELETEv1.0.0
- delete_saved_queryDELETEv1.0.0
- delete_saved_query_pkDELETEv1.0.0
- get_annotation_layerGETv1.0.0
- get_annotation_layer_infoGETv1.0.0
- get_annotation_layer_pkGETv1.0.0
- get_annotation_layer_pk_annotationGETv1.0.0
- get_annotation_layer_pk_annotation_annotation_idGETv1.0.0
- get_annotation_layer_related_column_nameGETv1.0.0
- get_async_eventGETv1.0.0
- get_chartGETv1.0.0
- get_chart_data_cache_keyGETv1.0.0
- get_chart_favorite_statusGETv1.0.0
- get_chart_infoGETv1.0.0
- get_chart_pkGETv1.0.0
- get_chart_pk_cache_screenshotGETv1.0.0
- get_chart_pk_dataGETv1.0.0
- get_chart_pk_screenshot_digestGETv1.0.0
- get_chart_pk_thumbnail_digestGETv1.0.0
- get_chart_related_column_nameGETv1.0.0
- get_css_templateGETv1.0.0
- get_css_template_infoGETv1.0.0
- get_css_template_pkGETv1.0.0
- get_css_template_related_column_nameGETv1.0.0
- get_dashboardGETv1.0.0
- get_dashboard_favorite_statusGETv1.0.0
- get_dashboard_id_or_slugGETv1.0.0
- get_dashboard_id_or_slug_chartsGETv1.0.0
- get_dashboard_id_or_slug_datasetsGETv1.0.0
- get_dashboard_infoGETv1.0.0
- get_dashboard_pk_thumbnail_digestGETv1.0.0
- get_dashboard_related_column_nameGETv1.0.0
- get_databaseGETv1.0.0
- get_database_availableGETv1.0.0
- get_database_infoGETv1.0.0
- get_database_pkGETv1.0.0
- get_database_pk_function_namesGETv1.0.0
- get_database_pk_related_objectsGETv1.0.0
- get_database_pk_select_star_table_nameGETv1.0.0
- get_datasetGETv1.0.0
- get_dataset_distinct_column_nameGETv1.0.0
- get_dataset_infoGETv1.0.0
- get_dataset_pkGETv1.0.0
- get_dataset_pk_related_objectsGETv1.0.0
- get_dataset_related_column_nameGETv1.0.0
- get_logGETv1.0.0
- get_log_pkGETv1.0.0
- get_menuGETv1.0.0
- get_queryGETv1.0.0
- get_query_distinct_column_nameGETv1.0.0
- get_query_pkGETv1.0.0
- get_query_related_column_nameGETv1.0.0
- get_reportGETv1.0.0
- get_report_infoGETv1.0.0
- get_report_pkGETv1.0.0
- get_report_pk_logGETv1.0.0
- get_report_pk_log_log_idGETv1.0.0
- get_report_related_column_nameGETv1.0.0
- get_saved_queryGETv1.0.0
- get_saved_query_distinct_column_nameGETv1.0.0
- get_saved_query_infoGETv1.0.0
- get_saved_query_pkGETv1.0.0
- get_saved_query_related_column_nameGETv1.0.0
- post_annotation_layerPOSTv1.0.0
- post_annotation_layer_pk_annotationPOSTv1.0.0
- post_cachekey_invalidatePOSTv1.0.0
- post_chartPOSTv1.0.0
- post_chart_dataPOSTv1.0.0
- post_css_templatePOSTv1.0.0
- post_dashboardPOSTv1.0.0
- post_databasePOSTv1.0.0
- post_database_test_connectionPOSTv1.0.0
- post_database_validate_parametersPOSTv1.0.0
- post_datasetPOSTv1.0.0
- post_logPOSTv1.0.0
- post_reportPOSTv1.0.0
- post_saved_queryPOSTv1.0.0
- post_security_loginPOSTv1.0.0
- post_security_refreshPOSTv1.0.0
- put_annotation_layer_pkPUTv1.0.0
- put_annotation_layer_pk_annotation_annotation_idPUTv1.0.0
- put_chart_pkPUTv1.0.0
- put_css_template_pkPUTv1.0.0
- put_dashboard_pkPUTv1.0.0
Other/Superset
post_security_login
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
{
"type": "object",
"properties": {
"password": {
"type": "string",
"description": "The password for authentication"
},
"provider": {
"type": "string",
"description": "Choose an authentication provider",
"enum": [
"db",
"ldap"
]
},
"refresh": {
"type": "boolean",
"description": "If true a refresh token is provided also"
},
"username": {
"type": "string",
"description": "The username for authentication"
}
}
}Output
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
{
"type": "object",
"properties": {
"access_token": {
"type": "string"
},
"refresh_token": {
"type": "string"
}
}
}