@@ -28,6 +28,11 @@ configuration = sib_api_v3_sdk.Configuration()
28
28
configuration.api_key[' api-key' ] = ' YOUR_API_KEY'
29
29
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
30
30
# configuration.api_key_prefix['api-key'] = 'Bearer'
31
+ # Configure API key authorization: partner-key
32
+ configuration = sib_api_v3_sdk.Configuration()
33
+ configuration.api_key[' partner-key' ] = ' YOUR_API_KEY'
34
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
35
+ # configuration.api_key_prefix['partner-key'] = 'Bearer'
31
36
32
37
# create an instance of the API class
33
38
api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -56,7 +61,7 @@ void (empty response body)
56
61
57
62
### Authorization
58
63
59
- [ api-key] ( ../README.md#api-key )
64
+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
60
65
61
66
### HTTP request headers
62
67
@@ -83,6 +88,11 @@ configuration = sib_api_v3_sdk.Configuration()
83
88
configuration.api_key[' api-key' ] = ' YOUR_API_KEY'
84
89
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
85
90
# configuration.api_key_prefix['api-key'] = 'Bearer'
91
+ # Configure API key authorization: partner-key
92
+ configuration = sib_api_v3_sdk.Configuration()
93
+ configuration.api_key[' partner-key' ] = ' YOUR_API_KEY'
94
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
95
+ # configuration.api_key_prefix['partner-key'] = 'Bearer'
86
96
87
97
# create an instance of the API class
88
98
api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -109,7 +119,7 @@ void (empty response body)
109
119
110
120
### Authorization
111
121
112
- [ api-key] ( ../README.md#api-key )
122
+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
113
123
114
124
### HTTP request headers
115
125
@@ -136,6 +146,11 @@ configuration = sib_api_v3_sdk.Configuration()
136
146
configuration.api_key[' api-key' ] = ' YOUR_API_KEY'
137
147
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
138
148
# configuration.api_key_prefix['api-key'] = 'Bearer'
149
+ # Configure API key authorization: partner-key
150
+ configuration = sib_api_v3_sdk.Configuration()
151
+ configuration.api_key[' partner-key' ] = ' YOUR_API_KEY'
152
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
153
+ # configuration.api_key_prefix['partner-key'] = 'Bearer'
139
154
140
155
# create an instance of the API class
141
156
api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -157,7 +172,7 @@ This endpoint does not need any parameter.
157
172
158
173
### Authorization
159
174
160
- [ api-key] ( ../README.md#api-key )
175
+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
161
176
162
177
### HTTP request headers
163
178
@@ -184,6 +199,11 @@ configuration = sib_api_v3_sdk.Configuration()
184
199
configuration.api_key[' api-key' ] = ' YOUR_API_KEY'
185
200
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
186
201
# configuration.api_key_prefix['api-key'] = 'Bearer'
202
+ # Configure API key authorization: partner-key
203
+ configuration = sib_api_v3_sdk.Configuration()
204
+ configuration.api_key[' partner-key' ] = ' YOUR_API_KEY'
205
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
206
+ # configuration.api_key_prefix['partner-key'] = 'Bearer'
187
207
188
208
# create an instance of the API class
189
209
api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -212,7 +232,7 @@ void (empty response body)
212
232
213
233
### Authorization
214
234
215
- [ api-key] ( ../README.md#api-key )
235
+ [ api-key] ( ../README.md#api-key ) , [ partner-key ] ( ../README.md#partner-key )
216
236
217
237
### HTTP request headers
218
238
0 commit comments