PluralBuddyPluralBuddy
API References

Get an alter by integration field

GET
/v1/users/{user}/fields/alters/{id}

Get data about a specific alter by integration field. {user} can be @me to target the current OAuth user.

Authorization

oAuth2 alters:read
AuthorizationBearer <token>

OAuth 2.1 authentication

In: header

Scope: alters:read

Path Parameters

user*string

{user} is a Discord user Snowflake, or @me, referencing the current OAuth user.

id*string

{id} is the field contents.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/users/string/fields/alters/string"
{  "alterId": 0,  "systemId": "string",  "username": "string",  "displayName": "string",  "nameMap": [    {      "server": "string",      "name": "string"    }  ],  "color": "string",  "description": "string",  "created": "2019-08-24T14:15:22Z",  "pronouns": "string",  "avatarUrl": "string",  "avatarUrlMap": {},  "webhookAvatarUrl": "string",  "banner": "string",  "lastMessageTimestamp": "2019-08-24T14:15:22Z",  "messageCount": 0,  "alterMode": "nickname",  "proxyTags": [],  "tagIds": [],  "public": 0,  "flags": 0,  "fields": {}}

How is this guide?