contacts/form/{contact_id}

POST {{base_url}}/{{base_path}}/contacts/form/:contact_id

Generated from a curl request: curl -X POST '{{base url}}/{{base path}}/contacts/form/{{contact id}}' -H 'X-Joomla-Token: {{auth apikey}}' -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 | | |

RESPONSES

status: ``