curl --request GET \
--url https://api.example.com/registry/repos \
--cookie fastapiusersauth=[
{
"id": "<string>",
"origin": "<string>",
"last_synced_at": "2023-11-07T05:31:56Z",
"commit_sha": "<string>"
}
]List all registry repositories.
curl --request GET \
--url https://api.example.com/registry/repos \
--cookie fastapiusersauth=[
{
"id": "<string>",
"origin": "<string>",
"last_synced_at": "2023-11-07T05:31:56Z",
"commit_sha": "<string>"
}
]Was this page helpful?