Skip to main content
GET
/
{org}
Get organization
curl --request GET \
  --url https://api.mesa.dev/v1/{org} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "num_repos": 123
}
Required scope: read

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required

Response

Organization summary

created_at
string<date-time>
required
num_repos
integer
required