Account API

Manage your Embed Workflow account settings, configuration, and metadata

Available Endpoints

The Account Object

active_workflows_count integer

Number of active workflows (on: true)

end_time string

End of the usage period (ISO 8601 format)

executions_count integer

Number of executions in the specified time period

object string

Object type identifier

start_time string

Start of the usage period (ISO 8601 format)

usage integer

Total number of actions in the specified time period

users_count integer

Total number of users in the account

Account Object
1
2
3
4
5
6
7
8
9
{
  "active_workflows_count": 0,
  "end_time": "2026-01-01T23:59:59Z",
  "executions_count": 0,
  "object": "usage",
  "start_time": "2025-12-02T00:00:00Z",
  "usage": 0,
  "users_count": 1
}