post https://api.swoogo.com/api/v1/cfs-contacts/create
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://api.swoogo.com/api/v1/cfs-contacts/create \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
15{
"company": "company name",
"contact_id": 1,
"created_at": "2022-06-26 14:30:00",
"email": "user@domain.com",
"event_id": 1,
"first_name": "firstname",
"id": 1,
"job_title": "jobtitle",
"last_name": "lastname",
"reviewer": true,
"reviewer_role": "all_access",
"submitter": true,
"updated_at": "2022-06-26 14:30:00"
}