Get User's public profile by user_id
Endpoint allows to get user's public profile by Id
Get public profile
GET
https://api.whisk.com/v2/profile/{user_id}
Method provides all data on existing user's public profile by user_id
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | String | Requested User id |
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