# Utilities Utility endpoints for validation, GDPR, image management, licensing, and tips configuration. ## Retrieve location subscription information - [GET /v1/license/{location_id}](https://developer.alteg.io/en/utilities/get_location_subscription_information.md) ## Phone number format check - [GET /v1/validation/validate_phone/{phone}](https://developer.alteg.io/en/utilities/phone_number_format_check.md): The transferred phone number is checked for compliance with Altegio rules. ## Image upload - [POST /v1/images/{entity}](https://developer.alteg.io/en/utilities/upload_image.md): The response object has the following fields: | Field | Type | Description | | ------------- | ------------- | ------------- | | image_binded | boolean | Status of linking images to an entity | | image_group | object | Image group object | ## Deleting images - [DELETE /v1/images/{entity}](https://developer.alteg.io/en/utilities/delete_image.md): The response object has the following fields: | Field | Type | Description | | ------------- | ------------- | ------------- | | success | boolean | Deletion result | ## Get a list of location team members with their tip settings - [GET /v1/tips/{location_id}/settings](https://developer.alteg.io/en/utilities/get_team_member_tip_settings.md) ## Disable Tips for the team member - [POST /v1/tips/{location_id}/settings/{master_tips_settings_id}/disable](https://developer.alteg.io/en/utilities/disable_team_member_tips.md) ## Enable Tips for the team member - [GET /v1/tips/{location_id}/settings/{master_tips_settings_id}/enable](https://developer.alteg.io/en/utilities/enable_team_member_tips.md)