get webhook by token
GET {{baseUrl}}/webhooks/:webhook_id/:webhook_token
Retrieve a webhook using a webhook token (without authentication)
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":3,"application_id":"\u003cstring,null\u003e","avatar":"\u003cstring,null\u003e","channel_id":"\u003cstring,null\u003e","guild_id":"\u003cstring,null\u003e","user":"\u003cnull\u003e"}