# Retrieve a Profile **GET /profiles/{profile_id}** ## Servers - https://servername.iformbuilder.com/exzact/api/v60: https://servername.iformbuilder.com/exzact/api/v60 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **profile_id** (string) id of the profile ## Responses ### 200 OK #### Body: application/json (object) - **address_1** (string) - **address_2** (string) - **city** (string) - **country** (string) - **created_date** (string) - **email** (string) - **fax** (string) - **global_id** (string) - **id** (number) - **is_active** (boolean) - **max_page** (number) - **max_user** (number) - **name** (string) - **phone** (string) - **state** (string) - **support_hours** (number) - **time_zone** (string) - **type** (number) - **version** (number) - **zip** (string) [Powered by Bump.sh](https://bump.sh)