Skip to main content

MeResponse

api_key objectnullable
idstring
key_prefixstring
namestring
scopesstring[]
last_used_atstring<date-time>
created_atstring<date-time>
expires_atstring<date-time>nullable
scopesstring[]
user object
idinteger
emailstring
namestring
organization object
idstring
namestring
subscription_planstring
subscription_statusstring
entitledboolean
workspace object
idstring
namestring
quota object
accounts object
usedinteger
limitinteger
ai_credits object
usedinteger
limitinteger
bonusinteger
storage_bytes object
usedinteger
limitinteger
stats object
posts_last_30dinteger
total_postsinteger
MeResponse
{
"api_key": {
"id": "string",
"key_prefix": "string",
"name": "string",
"scopes": [
"string"
],
"last_used_at": "2024-07-29T15:51:28.071Z",
"created_at": "2024-07-29T15:51:28.071Z",
"expires_at": "2024-07-29T15:51:28.071Z"
},
"scopes": [
"string"
],
"user": {
"id": 0,
"email": "string",
"name": "string"
},
"organization": {
"id": "string",
"name": "string",
"subscription_plan": "string",
"subscription_status": "string",
"entitled": true
},
"workspace": {
"id": "string",
"name": "string"
},
"quota": {
"accounts": {
"used": 0,
"limit": 0
},
"ai_credits": {
"used": 0,
"limit": 0,
"bonus": 0
},
"storage_bytes": {
"used": 0,
"limit": 0
}
},
"stats": {
"posts_last_30d": 0,
"total_posts": 0
}
}