cURL
curl --request GET \ --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/branch \ --header 'Authorization: Bearer <token>'
[ { "created_at": "2023-06-22 22:59:11+0000", "label": "v1", "live": true, "backup": "false" } ]
Retrieve all branches in a workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Was this page helpful?