Identity By Discord
GET/v1/identity/:provider/by-discord/:user_id
Accounts a member linked, restricted to ones they linked in the calling guild.
Request
Responses
- 200
- 401
- 403
- 429
Successful Response
Response Headers
X-RateLimit-Limit
Requests allowed per minute for this key's tier.
X-RateLimit-Remaining
Requests left in the current window.
X-RateLimit-Reset
Unix timestamp when the window resets.
Missing or invalid API key.
The key lacks the required verification permission, or the guild has no active premium subscription.
Rate limit exceeded. Free keys allow 10 requests/minute, premium 120/minute.
Response Headers
X-RateLimit-Limit
Requests allowed per minute for this key's tier.
X-RateLimit-Remaining
Requests left in the current window.
X-RateLimit-Reset
Unix timestamp when the window resets.
Retry-After
Seconds until the window resets.