cURL
curl --request GET \ --url https://api.mesa.dev/api/v1/{org}/{repo}/branches \ --header 'Authorization: Bearer <token>'
{ "next_cursor": "<string>", "has_more": true, "branches": [ { "name": "<string>", "head_oid": "<string>", "is_default": true } ] }
List all branches in a repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
1 <= x <= 100
Branch list
Show child attributes