zernio 0.0.80

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
17
# SelectSnapchatProfileRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**profile_id** | **String** | Your Zernio profile ID | 
**selected_public_profile** | [**models::SelectSnapchatProfileRequestSelectedPublicProfile**]SelectSnapchatProfileRequestSelectedPublicProfile.md |  | 
**temp_token** | **String** | Temporary Snapchat access token from OAuth | 
**user_profile** | **serde_json::Value** | User profile data from OAuth redirect | 
**refresh_token** | Option<**String**> | Snapchat refresh token (if available) | [optional]
**expires_in** | Option<**i32**> | Token expiration time in seconds | [optional]
**redirect_url** | Option<**String**> | Custom redirect URL after connection completes | [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)