Skip to main content
GET
/
v1
/
me
Get caller identity
curl --request GET \
  --url https://api.fortressproductivity.com/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "type": "human",
  "user": {
    "id": "<string>",
    "auth_user_id": "<string>",
    "email": "<string>",
    "name": "<string>",
    "actor_id": "<string>"
  },
  "workspace": {
    "id": "<string>",
    "account_id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "owner_name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "timezone": "UTC"
  },
  "dev_capture_enabled": true,
  "plan": "free",
  "plan_status": "<string>",
  "plan_cancel_at_period_end": true,
  "plan_current_period_end": "<string>",
  "plan_limits": {
    "domains": 123,
    "orders": 123,
    "concurrent_agent_actions": 123
  },
  "headroom": {
    "domains": 1,
    "active_orders": 1,
    "concurrent_actions": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.fortressproductivity.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Agent bearer token using the ft_... token format.

Response

Identity

type
enum<string>
required
Available options:
human
user
object
required
workspace
object
required
dev_capture_enabled
boolean
required
plan
enum<string>
required
Available options:
free,
paid
plan_status
string
required
plan_cancel_at_period_end
boolean
required
plan_current_period_end
string | null
required
plan_limits
object
required
headroom
object
required