GET
/profiles/{profile_id}/licenses
curl \
--request GET 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/licenses' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"device_id": "d174b4c64f6f358a3b19bfca4558eb1d9d3e265f",
"id": 161236,
"username": "demo_user"
},
{
"device_id": "d174b4c64f6f358a3b19bfca4558eb1d9d3e265f",
"id": 161236,
"username": "demo_user"
},
{
"device_id": "d174b4c64f6f358a3b19bfca4558eb1d9d3e265f",
"id": 161242,
"username": "inspector_2"
}
]