# \ProfileApi
All URIs are relative to *https://api.1msg.io*
[**get_me**](ProfileApi.md#get_me) | **GET** /me | Get Profile Info
[**update_me**](ProfileApi.md#update_me) | **POST** /me | Update profile info
## get_me
> models::ProfileInfo get_me(token)
Get Profile Info
Get WhatsApp Business Account profile information
### Parameters
**token** | **String** | JWT token or API key for authorization | [required] |
### Return type
[**models::ProfileInfo**](ProfileInfo.md)
### Authorization
[tokenAuth](../README.md#tokenAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## update_me
> std::collections::HashMap<String, serde_json::Value> update_me(token, update_me_request)
Update profile info
Update WhatsApp Business Account profile fields. At least one of about, description, email, photo, address, vertical, websites is required. Blocked when the channel subscription limit is exceeded.
### Parameters
**token** | **String** | JWT token or API key for authorization | [required] |
**update_me_request** | Option<[**UpdateMeRequest**](UpdateMeRequest.md)> | | |
### Return type
[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)
### Authorization
[tokenAuth](../README.md#tokenAuth)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)