Create Contact
Creates a new contact record in FieldIU.Request Body
string
Contact’s first name
string
Contact’s last name
string
Contact’s email address
string
Contact’s mobile phone number
string
Contact’s business phone number
string
The ID of the account this contact belongs to
string
Building or location name
string
Street address line 1
string
Street address line 2
string
City
string
Postal / ZIP code
string
State or province
string
Country
Example Request
Response
200 OK — Contact created successfully.
List Contacts
Returns a paginated list of all contacts in your organization.Query Parameters
integer
Page number for pagination (1-based)
Example Request
Response
200 OK — Returns a list of contact objects.
Get Contact by ID
Returns a single contact record by its unique identifier.Path Parameters
string
required
The unique identifier of the contact
Example Request
Response
200 OK — Returns the contact object for the given ID.
