Skip to content
View as Markdown

GET Get Contact Form Submissions​

GET
/subscribers/{id}/form-submissions

Retrieve form submissions for a contact from a specific form provider. The data is fetched via the fluentcrm_get_form_submissions_{provider} filter hook, so the response structure depends on the active form integration (e.g., Fluent Forms).

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

The contact ID.

Type
integer
Required

Query Parameters

provider*

The form provider identifier (e.g., fluentform).

Type
string
Required

Responses​

Form submissions data.

application/json
JSON
{
"submissions": {
"data": [
{
}
],
"total": 0
}
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI