I was reading in Reddit about the AirTable metadata endpoints API:
Verb | URL | Description |
---|---|---|
GET | api.airtable.com/v0/meta | Returns a list of your bases |
GET | api.airtable.com/v0/meta/{{base_id}}/tables | Returns a list of tables in the base |
GET | api.airtable.com/v0/meta/{{base_id}}/tables/[{{table_id}}, {{table_name}}] | Returns a list of columns, column metadata, and views |
and read that some this link work from some users, this is true or fake???