get
/v1/my/profileGet my profile
Requires Authentication
My
Returns the current user's profile
Responses
User profile
Response Bodyapplication/json
idstring (uuid)
firstNamestring
lastNamestring
emailstring (email)
totpEnabledboolean
profilePictureUrlstring
updatedAtstring (date-time)
createdAtstring (date-time)
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/v1/my/profile' \
-H 'Authorization: Bearer {token}'