Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/aliases \ --header 'Authorization: Basic <encoded-value>'
{ "aliases": [ "<string>" ] }
プロジェクト内のすべてのエイリアスを一覧表示します。
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
正常なレスポンス
このページは役に立ちましたか?