Skip to content

The workspace, the plan, this month's usage and what this credential may do

GET
/whoami
curl --request GET \
--url https://api.dropslate.top/v1/whoami \
--header 'Authorization: Bearer <token>'

The caller’s own reflection.

Media typeapplication/json
object
workspace
object
id
string
slug
string
name
string
plan

owner is internal and never sold.

string
Allowed values: free creator studio agency owner
currency
string
Allowed values: USD UAH
tz
string
user

Who calls are attributed to. email is null for an API key.

object
id
string
name
string
email
string
nullable
credential

What authenticated this call and what it may do.

object
kind
string
Allowed values: session api_key mcp
name

The key’s or MCP client’s name.

string
nullable
scopes
Array<string>
Allowed values: read write
usage
object
plan

free, creator, studio, agency, or the internal owner.

string
period
string
posts
object
used
integer
limit

null: the plan sets no limit.

integer
nullable
storage
object
usedBytes
integer
limitBytes

null: the plan sets no limit.

integer
nullable
accounts
object
used
integer
limit

null: the plan sets no limit.

integer
nullable
members
object
used
integer
limit

null: the plan sets no limit.

integer
nullable
groups
boolean
mcp
string
Allowed values: read full
api
boolean
Example
{
"workspace": {
"plan": "free",
"currency": "USD",
"tz": "Europe/Kiev"
},
"credential": {
"kind": "session",
"scopes": [
"read"
]
},
"usage": {
"period": "2026-09",
"mcp": "read"
}
}