Appearance
Get contacts
GET
/users/@me/contacts
Authorizations
Authorization
TypeHTTP (bearer)
Responses
OK
application/json
JSON
[
{
"id": 0,
"avatar": {
"id": 0,
"uuid": "string",
"filename": "string",
"tumbhash": "string"
},
"banner": {
"id": 0,
"uuid": "string",
"filename": "string",
"tumbhash": "string"
},
"displayName": "string",
"username": "string",
"bio": "string",
"email": "string",
"channels": [
0
],
"status": 0,
"statusUpdatedAt": 0,
"contacts": [
0
],
"flags": 0,
"type": 0,
"createdAt": 0
}
]