メインコンテンツへスキップ
GET
/
aliases
エイリアス一覧
curl --request GET \
  --url https://api.example.com/aliases \
  --header 'Authorization: Basic <encoded-value>'
{
  "aliases": [
    "<string>"
  ]
}

承認

Authorization
string
header
必須

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

クエリパラメータ

project_id
string
必須

レスポンス

正常なレスポンス

aliases
string[]
必須