Profile

Get the current profile

Returns the profile of the authenticated user.

GET
/profile/me

Returns the profile of the authenticated user.

Authorization

cookieAuth
pid_access<token>

JWT access token set by /auth/google/callback or /auth/refresh

In: cookie

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/profile/me"
{  "pid": "string",  "displayName": "string",  "avatarUrl": "http://example.com",  "locale": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}