webhook #2

Merged
cayop merged 5 commits from webhook into release 2024-06-14 14:20:18 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 5b5afa5c4c - Show all commits

View File

@ -181,7 +181,7 @@ For define one query here there are a python example:
import requests
import json
url = "https://api.example.com/users"
url = "https://api.example.com/webhook/verify/"
data = {
"type": "credential",
"data": {
@ -201,6 +201,7 @@ For define one query here there are a python example:
```
The response of verification can be ```{'status': 'success'}``` or ```{'status': 'fail'}```
If no there are *type* in data or this is not a *credential* then, the verification proccess hope a *presentation*
The field *data* have the credential or presentation.
## Documentation