curl --request GET \
--url https://gogs.example.com/api/v1/user/emails \
--header 'Authorization: <api-key>'[
{
"email": "jsmith@example.com",
"verified": true,
"primary": true
}
]curl --request GET \
--url https://gogs.example.com/api/v1/user/emails \
--header 'Authorization: <api-key>'[
{
"email": "jsmith@example.com",
"verified": true,
"primary": true
}
]Documentation Index
Fetch the complete documentation index at: https://gogs.io/llms.txt
Use this file to discover all available pages before exploring further.