cURL
curl --request GET \ --url https://api.mesa.dev/v1/{org} \ --header 'Authorization: Bearer <token>'
{ "created_at": "2023-11-07T05:31:56Z", "num_repos": 123 }
Get organization metadata and repository counts
read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization summary