Checkio API
get/v1/my/profile

Get my profile

Requires Authentication
My

Returns the current user's profile

Responses

User profile

Response Bodyapplication/json
id
string (uuid)
firstName
string
lastName
string
email
string (email)
totpEnabled
boolean
profilePictureUrl
string
updatedAt
string (date-time)
createdAt
string (date-time)

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/v1/my/profile' \
  -H 'Authorization: Bearer {token}'