GET
/
tenants
/
{tenantId}
/
notifications
/
webhooks
curl --request GET \
  --url https://api.pxyz.dev/api/v0/tenants/{tenantId}/notifications/webhooks
{
  "status": "success",
  "data": [
    "<any>"
  ]
}

Path Parameters

tenantId
string
required

Query Parameters

cursor
string
perPage
string

Response

200
application/json
Successful response
status
enum<string>
required
Available options:
success,
error
data
any[]
required