Contacts
Last updated
Contacts are all the individual persons or organizations you are doing business with. Use the contacts API to list, create or update contacts within your Lancerkit account.
GET https://api.lancerkit.com/contacts
List all the contacts on your account
search
String
A query to filter the contact list
page
Number
{
// Response
}GET https://api.lancerkit.com/contacts/:id
Get a specific contact from your account
id
String
The id of the contact
DELETE https://api.lancerkit.com/contacts
Delete some contacts from your account
ids
String
The ids of the contacts to delete
POST https://api.lancerkit.com/contacts/:id
Edit an existing contact
id
String
The id of the contact
firstName
String
lastName
String
company
String
phone
String
String
vatNumber
String
country
String
city
String
zip
String
number
String
street
String
POST https://api.lancerkit.com/contacts/new
Create a new contact
firstName
String
lastName
String
company
String
phone
String
String
vatNumber
String
country
String
city
String
zip
String
number
String
street
String
Last updated
{
// Response
}{
// Response
}{
// Response
}{
// Response
}