cURL
curl --request GET \ --url https://api.example.com/tables \ --cookie fastapiusersauth=
[ { "id": "<string>", "name": "<string>" } ]
List all tables.
Successful Response
Was this page helpful?