v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBProfile Management
Get profile information
Returns the profile configuration details using the profileID.
get/profilemanagement/v1/profiles/{profileID}
Path parameters
profileIDinteger required
The unique ID of a profile in inSync. Get the ID of a profile using the ‘List all profiles’ API.
Response
OK
Example response
{
"profileID": 1,
"profileName": "profile1",
"profileDescription": "dummy",
"notifyNoSync": 7
}