GET
/profiles/{profile_id}/company_info
curl \
--request GET 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/company_info' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"addl_users_flg": 42.0,
"app_idle_timeout": 42.0,
"background_2_link": "string",
"backgroundfilepath": "string",
"backgroundlink": "string",
"base_color": "string",
"button_text_color": "string",
"donebutton_link": "string",
"dropbox_access_token": "string",
"dropbox_media": "string",
"dropbox_struct": 42.0,
"dropbox_token_secret": "string",
"dropbox_user_id": 42.0,
"enable_button_text_color": 42.0,
"faqurl": "string",
"homemessage": "string",
"homemessageurl": "string",
"last_updated": "string",
"media_location": 42.0,
"name": "string",
"profile_id": 42.0,
"records_downloads_size": 42.0,
"rsa_pub_key": "string",
"show_submit_button": 42.0,
"signup_field": 42.0,
"signup_source": "string",
"splash_link": "string",
"syncbutton_link": "string",
"text_color": "string",
"text_hl_color": "string",
"title": "string",
"top_text_color": "string",
"version": 42.0,
"webform_flg": 42.0
}