late 0.0.246

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CompleteWhatsAppPhoneSelectionRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**profile_id** | **String** | The Zernio profile ID | 
**phone_number_id** | **String** | The selected phone number ID (from listWhatsAppPhoneNumbers) | 
**waba_id** | **String** | The WABA ID containing the selected phone | 
**temp_token** | **String** | The temporary access token from the headless redirect | 
**user_profile** | Option<**serde_json::Value**> | Optional user profile data (passthrough) | [optional]
**redirect_url** | Option<**String**> | Optional URL to receive the post-connection redirect target | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)