cURL
curl --request GET \ --url https://api.glideapps.com/tables \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "2a1bad8b-cf7c-44437-b8c1-e3782df6", "name": "Invoices" } ] }
Gets all Big Tables in the current team
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
<token>
The response is of type object.
object
Was this page helpful?