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"
}
]
}
エラーコード
エラーコード | 説明 |
---|---|
9999 | サーバエラー発生 |
この記事は役に立ちましたか?