Persona integration (Security). Imported from open-connector.
https://api.withpersona.com/api/v1/inquiries
| Param | Type | Required | Description |
|---|---|---|---|
| page | object | optional | Cursor pagination options for Persona list endpoints. |
| filter | object | optional | Persona inquiry filters. |
| include | string | optional | Comma-separated relationship paths to include in the response. |
| fields | object | optional | Sparse fieldsets keyed by Persona resource type. |
/inquiries/{inquiryId}
| Param | Type | Required | Description |
|---|---|---|---|
| inquiryId | string | required | The Persona inquiry ID starting with inq_. |
| include | string | optional | Comma-separated relationship paths to include in the response. |
| fields | object | optional | Sparse fieldsets keyed by Persona resource type. |
/inquiries
| Param | Type | Required | Description |
|---|---|---|---|
| inquiryTemplateId | string | required | The Dynamic Flow inquiry template ID starting with itmpl_. |
| referenceId | string | optional | External reference ID to attach to the inquiry. |
| accountId | string | optional | Existing Persona account ID to attach to the inquiry. |
| note | string | optional | Note to attach to the inquiry. |
| tags | array | optional | Tags to attach to the inquiry. |
| fields | object | optional | Template-specific prefill fields accepted by Persona. |
| relationships | object | optional | Additional Persona JSON:API relationships to include in the create request. |
| include | string | optional | Comma-separated relationship paths to include in the response. |
| fieldsToSerialize | object | optional | Sparse fieldsets keyed by Persona resource type. |
| idempotencyKey | string | optional | Idempotency key used by Persona to make the create request safe to retry. |
/inquiries/{inquiryId}
| Param | Type | Required | Description |
|---|---|---|---|
| inquiryId | string | required | The Persona inquiry ID starting with inq_. |
| referenceId | string | optional | External reference ID to attach to the inquiry. |
| note | string | optional | Note to attach to the inquiry. |
| tags | array | optional | Tags to attach to the inquiry. |
| fields | object | optional | Template-specific field updates accepted by Persona. |
| include | string | optional | Comma-separated relationship paths to include in the response. |
| fieldsToSerialize | object | optional | Sparse fieldsets keyed by Persona resource type. |
| idempotencyKey | string | optional | Idempotency key used by Persona to make the update request safe to retry. |