Skip to main content
POST
/
v1
/
orders
/
checkins
Create an order check-in
curl --request POST \
  --url https://api.fortressproductivity.com/v1/orders/checkins \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "order_id": "<string>"
}
'
{
  "id": "<string>",
  "workspace_id": "<string>",
  "order_id": "<string>",
  "created_by_actor_id": "<string>",
  "agent_id": "<string>",
  "kind": "heartbeat",
  "summary": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

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.

Body

application/json
order_id
string
required
Minimum string length: 1
kind
enum<string>
default:report
Available options:
heartbeat,
report
summary
string | null
Required string length: 1 - 1000

Response

Created check-in

id
string
required
Minimum string length: 1
workspace_id
string
required
Minimum string length: 1
order_id
string
required
Minimum string length: 1
created_by_actor_id
string
required
Minimum string length: 1
agent_id
string
required
Minimum string length: 1
kind
enum<string>
required
Available options:
heartbeat,
report
summary
string | null
required
Minimum string length: 1
created_at
string<date-time>
required