@@ -22,7 +22,7 @@ PHP 5.6 and later
22
22
To install the bindings via [ Composer] ( http://getcomposer.org/ ) :
23
23
24
24
```
25
- composer require sendinblue/api-v3-sdk "^6.0 .0"
25
+ composer require sendinblue/api-v3-sdk "^6.1 .0"
26
26
```
27
27
28
28
Further do:
@@ -51,6 +51,10 @@ require_once(__DIR__ . '/vendor/autoload.php');
51
51
$config = SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKey('api-key', 'YOUR_API_KEY');
52
52
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
53
53
// $config = SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('api-key', 'Bearer');
54
+ // Configure API key authorization: partner-key
55
+ $config = SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKey('partner-key', 'YOUR_API_KEY');
56
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
57
+ // $config = SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('partner-key', 'Bearer');
54
58
55
59
$apiInstance = new SendinBlue\Client\Api\AccountApi(
56
60
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
@@ -203,6 +207,7 @@ Class | Method | HTTP request | Description
203
207
- [ CreateSmtpEmail] ( docs/Model/CreateSmtpEmail.md )
204
208
- [ CreateSmtpTemplate] ( docs/Model/CreateSmtpTemplate.md )
205
209
- [ CreateSmtpTemplateSender] ( docs/Model/CreateSmtpTemplateSender.md )
210
+ - [ CreateUpdateContactModel] ( docs/Model/CreateUpdateContactModel.md )
206
211
- [ CreateUpdateFolder] ( docs/Model/CreateUpdateFolder.md )
207
212
- [ CreateWebhook] ( docs/Model/CreateWebhook.md )
208
213
- [ CreatedProcessId] ( docs/Model/CreatedProcessId.md )
@@ -342,10 +347,12 @@ Class | Method | HTTP request | Description
342
347
- ** API key parameter name** : api-key
343
348
- ** Location** : HTTP header
344
349
350
+ ## partner-key
345
351
346
- ## Support and Feedback
352
+ - ** Type** : API key
353
+ - ** API key parameter name** : partner-key
354
+ - ** Location** : HTTP header
347
355
348
- Be sure to visit the SendinBlue official [ documentation website] ( https://sendinblue.readme.io/docs ) for additional information about our API.
349
356
350
357
If you find a bug, please post the issue on [ Github] ( https://github.com/sendinblue/APIv3-php-library/issues ) .
351
358
0 commit comments