contacts/form/{contact_id}
POST {{base_url}}/{{base_path}}/contacts/form/:contact_id
Generated from a curl request:
curl -X POST '{{baseurl}}/{{basepath}}/contacts/form/{{contactid}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{contact_email
:email@example.org
,contact_message
:some text
,contact_name
:name
,contact_subject
:subject
}'
Request Body
{"contact_email"=>"email@example.org", "contact_message"=>"some text", "contact_name"=>"name", "contact_subject"=>"subject"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |