triggerCRC

fun AccountActivity.triggerCRC(    envName: String,     webhookId: String,     vararg options: Option): EmptyApiAction

Triggers the challenge response check (CRC) for the given environments webhook for all activities. If the check is successful, returns 204 and re-enables the webhook by setting its status to valid.

Twitter API reference

Receiver

AccountActivity endpoint instance.

Return

EmptyApiAction.

Parameters

envName

Environment name.

webhookId

Webhook id.

options

Optional. Custom parameters of this request.