Profileリストの照会
    • PDF

    Profileリストの照会

    • PDF

    記事の要約

    概要

    ユーザー所有の Profileリストを返します。

    リクエスト

    リクエスト URL

    GET
    https://edge.apigw.ntruss.com/api/v1/profiles
    

    レスポンス

    すべてのレスポンスは、HTTP Status Codeで成功または失敗を返します。

    HTTPステータスコードコードのメッセージ説明
    200Success照会成功
    401Unauthorized認証失敗
    500Internal 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サーバエラー発生

    この記事は役に立ちましたか?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.