X-Jicoo-Api-Key: ********************curl --location '/v1/routing_forms' \
--header 'X-Jicoo-Api-Key: <api-key>'{
"data": [
{
"uid": "rf_123",
"name": "Sales routing form",
"description": "Route inquiries to the right booking page.",
"status": "published",
"answerCount": 12,
"createdAt": "2026-07-01T00:00:00.000Z",
"updatedAt": "2026-07-01T00:00:00.000Z"
}
]
}