Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Success!
curl --request GET \
--url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema \
--header 'Authorization: Bearer <token>'
{}
Retrieve the complete schema definition for a database table
curl --request GET \
--url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema \
--header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success!
Was this page helpful?