# Profile

Charger Profile management endpoints

 - [GET /tenant/{tenant}/profile](https://docs.exolink.com/apis/exolink_api/profile/list_profiles.md): Get list of charger profiles
 - [POST /tenant/{tenant}/profile](https://docs.exolink.com/apis/exolink_api/profile/create_profile.md): Create a new charger profile
 - [GET /tenant/{tenant}/profile/{profileId}](https://docs.exolink.com/apis/exolink_api/profile/get_profile.md): Get details of a specific profile
 - [PUT /tenant/{tenant}/profile/{profileId}](https://docs.exolink.com/apis/exolink_api/profile/update_profile.md): Update profile information
 - [DELETE /tenant/{tenant}/profile/{profileId}](https://docs.exolink.com/apis/exolink_api/profile/delete_profile.md): Delete a configuration profile
 - [GET /tenant/{tenant}/provision](https://docs.exolink.com/apis/exolink_api/profile/get_provision_status.md): Get current discovery status
 - [POST /tenant/{tenant}/provision](https://docs.exolink.com/apis/exolink_api/profile/start_provisioning.md): Start charger discovery mode
 - [DELETE /tenant/{tenant}/provision](https://docs.exolink.com/apis/exolink_api/profile/stop_provisioning.md): Stop charger discovery mode
