Get User's public profile by username
Endpoint allows to get user's public profile by Username
Get public profile
GET
https://api.whisk.com/v2/profile/by-username/{username}
Method provides all data on existing user's public profile by username
Path Parameters
Name
Type
Description
username*
String
Requested username
Headers
Name
Type
Description
Authorization*
String
User Access token to authorize the API usage. For more information, see Authentication
Sample request and response
Last updated