Skip to content

Commit d52c85a

Browse files
Update gebruik-van-subscriptions-in-autorisaties.md
1 parent 2c0cfa4 commit d52c85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gebruik-van-subscriptions-in-autorisaties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A subscription (abonnement) is a registration that allows an application to be a
2121
| Field Name | Description | Value Type | Example |
2222
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------ |
2323
| callbackUrl | The URL to which notifications will be sent. | URL | https://myapp.zaakgerichtwerken.nl/webhook |
24-
| auth | Value of bearer token | String | 8a0WWCKMgh1EIBlD2g1b6yQDtTpIgFYE |
24+
| auth | Value of bearer token | String | Bearer 8a0WWCKMgh1EIBlD2g1b6yQDtTpIgFYE |
2525
| kanalen | Channels to which you can subscribe. Standard channels are zaken, besluiten, documenten, zaaktypen, besluittypen, informatieobjecttypen and autorisaties | Array of Objects. Each object consists of filters (explained below) and the name of the channel | See below |
2626

2727
## Possible Values for Filters
@@ -104,7 +104,7 @@ Filters allows your application to limit the notifications it receives to only t
104104
```json
105105
{
106106
"callbackUrl": "https://myapp.zaakgerichtwerken.nl/webhook",
107-
"auth": "8a0WWCKMgh1EIBlD2g1b6yQDtTpIgFYE",
107+
"auth": "Bearer 8a0WWCKMgh1EIBlD2g1b6yQDtTpIgFYE",
108108
"kanalen": [
109109
{
110110
"filters": {

0 commit comments

Comments
 (0)