squeeze
Create a squeeze record
creates a new squeeze record
post/squeeze
Request body
Example request
{
"email": "user@example.com",
"first_name": "John",
"last_name": "Doe",
"phone": "08098761234",
"location": "Lagos, Nigeria",
"job_title": "Software Engineer",
"company": "X-Corp",
"interests": [
"Web Development",
"Cloud Computing"
],
"referral_source": "LinkedIn"
}Response
Successfully created the resource
Example response
{
"status": "success",
"message": "Your request has been received. You will get a template shortly.",
"data": {
"id": "uuid",
"email": "user@example.com",
"first_name": "John",
"last_name": "Doe",
"phone": "08098761234",
"location": "Lagos, Nigeria",
"job_title": "Software Engineer",
"company": "X-Corp",
"interests": [
"Web Development",
"Cloud Computing"
],
"referral_source": "LinkedIn",
"created_at": "12-03-2024",
"updated_at": "12-03-2024"
}
}Changes
Changed in 2 of the 15 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲