API Gateway
Get My Profile
Retrieve current authenticated user
get/v2/me
Response
Success Response
Example response
{
"email": "foo@prisme.ai",
"org": {
"navigation": {
"menu": [
{
"id": "workspaces",
"type": "category",
"label": "Workspaces",
"icon": "folder",
"expanded": true,
"items": [
{
"id": "workspaces-list",
"type": "item",
"label": "All workspaces",
"href": "/workspaces"
},
{
"id": "workspaces-create",
"type": "item",
"label": "Create workspace",
"href": "/workspaces/new"
}
]
}
],
"footer": [
{
"id": "workspaces",
"type": "category",
"label": "Workspaces",
"icon": "folder",
"expanded": true,
"items": [
{
"id": "workspaces-list",
"type": "item",
"label": "All workspaces",
"href": "/workspaces"
},
{
"id": "workspaces-create",
"type": "item",
"label": "Create workspace",
"href": "/workspaces/new"
}
]
}
],
"quickActions": [
{
"id": "workspaces",
"type": "category",
"label": "Workspaces",
"icon": "folder",
"expanded": true,
"items": [
{
"id": "workspaces-list",
"type": "item",
"label": "All workspaces",
"href": "/workspaces"
},
{
"id": "workspaces-create",
"type": "item",
"label": "Create workspace",
"href": "/workspaces/new"
}
]
}
]
}
}
}