application_get_current
application_get_current
Section titled “application_get_current”Category: application
Fetch the bot/app application object (/applications/@me).
When to use
Section titled “When to use”confirm app identity; read flags, install URLs, tags, interaction endpoint, etc.
When NOT to use
Section titled “When NOT to use”(no fields)
Returns
Section titled “Returns”projected application shape; name and description are wrapped (app-author controlled).
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Discord application ID |
name | string | yes | |
description | unknown | yes | |
icon | unknown | yes | |
cover_image | unknown | no | |
bot_public | boolean | no | |
bot_require_code_grant | boolean | no | |
flags | integer | no | |
tags | array | no | |
owner_id | string | no | Discord user ID |
custom_install_url | string | no | |
interactions_endpoint_url | unknown | no | |
role_connections_verification_url | unknown | no | |
untrusted_text | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |