Discord
Collect guild (server), member, and role inventory as read-only compliance evidence through the Discord bot REST API, for orgs using Discord as an internal comms/alerting channel.
What this connector audits
Checks this connector runs once it's connected. This is the full list; we don't claim coverage beyond what's implemented.
- Read-only API inventory endpoint checks
- Evidence assets generated through the generic HTTP connector
Endpoints this template queries
The exact Discord API endpoints called once connected. All read-only GET requests unless noted.
- GET/users/@me/guilds
- GET/guilds/<guild-id>/members?limit=100
- GET/guilds/<guild-id>/roles
What we need
Field labels only. We never show secret values here. Credentials are encrypted at rest and used only to run the checks above.
- Base URL(prefilled: https://discord.com/api/v10)
- Endpoints (JSON)(prefilled: [ { "id": "guilds", "name": "Bot guilds", "path": "/users/@me/guilds" }, { "id": "guild-members", "name": "Guild members", "path": "/guilds/<guild-id>/members?limit=100" }, { "id": "guild-roles", "name": "Guild roles", "path": "/guilds/<guild-id>/roles" } ])
- Auth header name(prefilled: Authorization)
- Auth header value(secret credential)
Required
Optional
Which frameworks this evidence supports
Discord evidence feeds into controls for any framework you run that requires this check type; the same synced evidence can satisfy more than one framework's requirements instead of being collected per audit.
Don't see your system?
Tell us what you use and what it needs to prove. We'll follow up about adding a connector.
Wire in Discord evidence
Get a guided demo, or start by scanning any domain for free.