contacts
POST {{base_url}}/{{base_path}}/contacts
Generated from a curl request:
curl -X POST '{{base
url}}/{{base
path}}/contact' -H 'X-Joomla-Token: {{auth_apikey}}' -H 'Content-Type: application/json' -d '{
alias
:
contact
,
catid
:4,
language
:
*
,
name
:
Contact
}'
Request Body
{"alias"=>"{{$randomUUID}}", "catid"=>4, "language"=>"*", "name"=>"{{$randomFullName}}"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``