List service forms

List all forms attached to a service.

GET
/v1/services/{service_id}/forms

Authorization

authorization
AuthorizationBearer <token>

In: header

Path Parameters

service_id*string

Service ID

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/services/string/forms"
{  "data": [    {      "created_at": "2025-02-17T17:49:19Z",      "form_id": "frm_d025a96ac0c6",      "form_name": "Intake Form",      "id": "sf_d025a96ac0c6",      "object": "service_form",      "sort_order": 1,      "updated_at": "2025-02-17T17:49:19Z"    }  ]}