cURL
curl --request GET \ --url https://api.example.com/settings/git \ --cookie fastapiusersauth=
{ "git_allowed_domains": [ "<string>" ], "git_repo_url": "<string>", "git_repo_package_name": "<string>" }
Successful Response
Was this page helpful?