메인 콘텐츠로 건너뛰기
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[]
필수