๐ Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/user-data/getByUserSub/:userSub \
--header 'bearer: <api-key>'{
"user": {},
"user.id": "<string>",
"user.userName": "<string>",
"user.gitname": "<string>",
"user.userEmail": "<string>",
"user.userSub": "<string>",
"user.userConfig": {},
"user.profilePicture": "<string>",
"user.bio": "<string>",
"user.createdAt": "<string>"
}curl --request GET \
--url https://www.api.baselink.tech/user-data/getByUserSub/:userSub \
--header 'bearer: <api-key>'{
"user": {},
"user.id": "<string>",
"user.userName": "<string>",
"user.gitname": "<string>",
"user.userEmail": "<string>",
"user.userSub": "<string>",
"user.userConfig": {},
"user.profilePicture": "<string>",
"user.bio": "<string>",
"user.createdAt": "<string>"
}