Profileリストの照会

Prev Next

概要

ユーザー所有の 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 サーバエラー発生