Reference

List tables

GET
/tables

Authorization

Authorization<token>

Bearer

In: header

curl -X GET "https://api.onnie.ai/v1/tables" \
  -H "Authorization: <token>"

OK

Get a table

GET
/tables/{id}

Authorization

Authorization<token>

Bearer

In: header

Path Parameters

idRequiredstring
curl -X GET "https://api.onnie.ai/v1/tables/<string>" \
  -H "Authorization: <token>"

OK