Auth
Get Me
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
Response Body
application/json
application/json
curl -X GET "https://api.mentio.dev/v1/me"{
"user": {
"id": "string",
"email": "string",
"name": "string",
"createdAt": 0
},
"orgs": [
{
"id": "string",
"name": "string",
"role": "owner",
"website": "string",
"brandName": "string",
"logoUrl": "string",
"onboarded": true
}
],
"activeOrgId": "string"
}{
"error": {
"code": "string",
"message": "string"
}
}