v1.0.0
OAS 3.0.0
Kontext API
API documentation for Kontext
Client Libraries
API documentation for Kontext
Production server
Returns the profile information of the authenticated user.
curl https://getkontext.app/api/v1/me \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"value": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"avatarBase64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==",
"avatarType": "image/png",
"preferences": {
"theme": "system"
},
"createdAt": "2023-01-01T00:00:00Z",
"updatedAt": "2023-01-10T00:00:00Z"
}
}