GET
/token
curl \
--request GET 'https://servername.iformbuilder.com/exzact/api/v60/token' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"client_id": "2a05f7663e0fe740f7ed01c02097cbf564e26c0b",
"expires_in": 1458,
"user": {
"profile_id": 161435,
"user_id": 161015,
"username": "calvinng"
}
}