title: Get Webhook With Token category: Webhook
getWebhookWithToken
$client->webhook->getWebhookWithToken($parameters);
Same as above, except this call does not require authentication and returns no user in the webhook object.
Name | Type | Required | Default |
---|---|---|---|
webhook.id | snowflake | true | null |
webhook.token | string | true | null |
Possibly No Response