curl --location --request GET 'https://slack.com/api/bots.info?token='{
    "bot": {
        "app_id": "A161CLERW",
        "deleted": false,
        "icons": {
            "image_36": "https://...",
            "image_48": "https://...",
            "image_72": "https://..."
        },
        "id": "B061F7JD2",
        "name": "beforebot",
        "updated": 1449272004,
        "user_id": "U012ABCDEF"
    },
    "ok": true
}