cURL
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.
Successful Response
Was this page helpful?