List your organizations
curl --request GET \
--url https://gogs.example.com/api/v1/user/orgs \
--header 'Authorization: <api-key>'[
{
"id": 123,
"username": "<string>",
"full_name": "<string>",
"avatar_url": "<string>",
"description": "<string>",
"website": "<string>",
"location": "<string>"
}
]Organizations
List your organizations
GET
/
user
/
orgs
List your organizations
curl --request GET \
--url https://gogs.example.com/api/v1/user/orgs \
--header 'Authorization: <api-key>'[
{
"id": 123,
"username": "<string>",
"full_name": "<string>",
"avatar_url": "<string>",
"description": "<string>",
"website": "<string>",
"location": "<string>"
}
]