GET View a Callback
See a callback setting created for your API-Key
https://openapi.paveapi.com/v1/callbacks/:eventSample Response (200:Ok)
{
"api_key": "<your_requested_api_key>",
"data": {
"event": "SESSION:STAGE_CHANGE",
"url": "https://your_callback_url",
"method": "POST",
"headers": {
"Authorization": "Bearer <jwt_token>"
},
"payload": {
"source": "PAVE", // additional attributes to pass along; setting on create callback
}
},
}Last updated
