Account API

Manage your Embed Workflow account settings, configuration, and metadata

Available Endpoints

The Account Object

end_time string

End of the usage period (ISO 8601 format)

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

Account Object
1
2
3
4
5
6
{
  "end_time": "2025-11-05T23:59:59Z",
  "object": "usage",
  "start_time": "2025-10-06T00:00:00Z",
  "usage": 0
}