zernio 0.0.533

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
# ConnectOpenAiAdsCredentialsRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_key** | **String** | API key from ChatGPT Ads Manager (Settings). Grants full read/write access on OpenAI's side; Zernio only ever reads with it. | 
**profile_id** | **String** | Your Zernio profile ID | 
**state** | Option<**String**> | Optional state passthrough for the connect flow. | [optional]
**redirect_uri** | Option<**String**> | Optional URL to redirect to after successful connection | [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)