zernio 0.0.82

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
18
# SelectPinterestBoardRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**profile_id** | **String** | Your Zernio profile ID | 
**board_id** | **String** | The Pinterest Board ID selected by the user | 
**board_name** | Option<**String**> | The board name (for display purposes) | [optional]
**temp_token** | **String** | Temporary Pinterest access token from OAuth | 
**user_profile** | Option<**serde_json::Value**> | User profile data from OAuth redirect | [optional]
**refresh_token** | Option<**String**> | Pinterest 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)