mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 12:35:26 +00:00
6 lines
157 B
Python
6 lines
157 B
Python
import pyspapi
|
|
|
|
spapi = pyspapi.SPAPI(card_id='your_card_id', token='your_token')
|
|
|
|
print(spapi.webhook_verify(data='webhook_data', header='webhook_header'))
|