GET
/profiles
curl \
--request GET 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
# Headers
Total-Count: string
# Payload
{
"address_1": "string",
"address_2": "string",
"city": "string",
"country": "string",
"created_date": "string",
"email": "string",
"fax": "string",
"global_id": "string",
"id": 42.0,
"is_active": true,
"max_page": 42.0,
"max_user": 42.0,
"name": "string",
"phone": "string",
"state": "string",
"support_hours": 42.0,
"time_zone": "string",
"type": 42.0,
"version": 42.0,
"zip": "string"
}