Pass @me as the userID parameter to get your own profile instead of another. Requires JWT authentication

Request

GET https://localhost:8989/api/profile/{userID}

Path parameters

Parameter name Value Description Additional
userID string Required

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

a Profile data object

Profile

Explore this API

userID
Response Content-Type
Try it out!