Returns user's profile info.
https://api.nmd.co/users/:username/profile
Name | Required | Description |
---|---|---|
username | Yes | Username of the user to be fetched (e.g. @jackychan) |
{
"payload": {
"profilePicture": "",
"coverImage": "",
"bio": "",
"avatarType": "jdenticon",
"displayName": "KYOKAN"
}
}