Profile 목록 조회
- 인쇄
- PDF
Profile 목록 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
사용자 소유의 Profile 목록을 반환합니다.
요청
요청 URL
GET
https://edge.apigw.ntruss.com/api/v1/profiles
응답
모든 응답은 HTTP Status Code로 성공 또는 실패를 반환합니다.
HTTP 상태 코드 | 코드 메시지 | 설명 |
---|---|---|
200 | Success | 조회 성공 |
401 | Unauthorized | 인증 실패 |
500 | Internal Server Error | 서버 오류 |
예시
요청 예시
https://edge.apigw.ntruss.com/api/v1/profiles
응답 예시
{
"code": "0000",
"message": "Success",
"result": [
{
"id": 1111,
"customerId": 111,
"profileName": "my-first-profile"
},
{
"id": 2222,
"customerId": 111,
"profileName": "my-second-profile"
}
]
}
오류 코드
Error 코드 | 설명 |
---|---|
9999 | 서버 오류 발생 |
이 문서가 도움이 되었습니까?