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

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
Required range: -9007199254740991 <= x <= 9007199254740991