Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Query Parameters
ONLINE|OFFLINE
Response
200 - application/json
successful operation
curl --request GET \
--url https://dev.startree.ai/brokers/tables \
--header 'Authorization: <api-key>'
{}
List tables to brokers mappings
curl --request GET \
--url https://dev.startree.ai/brokers/tables \
--header 'Authorization: <api-key>'
{}
The format of the key is "Basic <token>" or "Bearer <token>"
ONLINE|OFFLINE
successful operation
Was this page helpful?