Search profile list
- Print
- PDF
Search profile list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Returns a list of profiles owned by the user.
Requests
Request URL
GET
https://edge.apigw.ntruss.com/api/v1/profiles
Responses
All responses return success or failure as HTTP Status Code.
HTTP status code | Code message | Description |
---|---|---|
200 | Success | Search succeeded |
401 | Unauthorized | Authentication failed |
500 | Internal Server Error | Server error |
Examples
Request examples
https://edge.apigw.ntruss.com/api/v1/profiles
Response examples
{
"code": "0000",
"message": "Success",
"result": [
{
"id": 1111,
"customerId": 111,
"profileName": "my-first-profile"
},
{
"id": 2222,
"customerId": 111,
"profileName": "my-second-profile"
}
]
}
Errors
Error code | Description |
---|---|
9999 | Server error occurred |
Was this article helpful?