Get Profiles
This call helps fetch list of the profiles defined under CDP
GET
/accounts/profiles/
Error messages
Error Code | Error Message |
---|---|
400 | Bad request |
401 | Not authorized |
500 | Internal server error |
GET http://[subdomain].datanuum.com/accounts/profiles
[
{
"id": 556,
"label": "Main Profile",
"main": true,
"used": true
},
{
"id": 556,
"label": "Mobile App",
"main": false,
"used": false
}
]