We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46020e commit 80727d8Copy full SHA for 80727d8
1 file changed
README.md
@@ -4,7 +4,9 @@ PHP client for the Notification API ([API docs](https://app.swaggerhub.com/apis/
4
5
## Usage
6
The client uses two kinds of authorizations - Storage API token for Subscription API (`SubscriptionClient` class) and
7
-Manage API Application token with scope `notifications:push-event` for the Events API (`EventsClient` class).
+Manage API Application token with scopes:
8
+- `notifications:push-event` for the Events API (`EventsClient` class)
9
+- `notifications:send-notification` for the Notifications API (`NotificationsClient` class)
10
11
```bash
12
composer require keboola/notification-api-php-client
0 commit comments