Profile
Get the current user's profile
Authorizations
Responses
200
Successful Response
application/json
get
GET /v2/me HTTP/1.1
Host: api.mlfoundry.com
Authorization: Bearer fkey_<key>
Accept: */*
200
Successful Response
{
"id": "text",
"email": "[email protected]",
"user_name": "text",
"organization_id": "text",
"organization_role": "text"
}