ApiProfileMe

Get the current profile

Returns the profile of the authenticated user.

GET
/profile/me

Returns the profile of the authenticated user.

Authorization

cookieAuth
peridot_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"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "identityId": "ebc92baa-b430-498d-b30d-132ff32a5256",  "displayName": "string",  "avatarUrl": "http://example.com",  "locale": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}