Get webhook configuration

Returns where we deliver your events, so you can verify the configuration from code. There is no write counterpart. The URL and secret are set in the ParsChat panel, which means a stolen key can act within your account but cannot redirect your event stream out of it. The secret is never returned, only whether one is set.

Authentication

AuthorizationBearer

Your API key, issued by ParsChat sales. One key per account, spanning every robot you own. Send it as Authorization: Bearer pk_live_….

Response

Your webhook configuration.
urlstringOptionalformat: "uri"
Where we deliver events.
secret_setbooleanOptional

Whether a signing secret exists. The secret itself is never returned: it is shown once, in the panel, when it is created.

eventslist of stringsOptional
Event types you receive.
updated_atdatetimeOptional
When the configuration last changed.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error