Contacts
Last updated
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
Name | Type | Description |
---|---|---|
GET
https://api.lancerkit.com/contacts/:id
Get a specific contact from your account
DELETE
https://api.lancerkit.com/contacts
Delete some contacts from your account
POST
https://api.lancerkit.com/contacts/:id
Edit an existing contact
POST
https://api.lancerkit.com/contacts/new
Create a new contact
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
search
String
A query to filter the contact list
page
Number
id
String
The id of the contact
ids
String
The ids of the contacts to delete
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
firstName
String
lastName
String
company
String
phone
String
String
vatNumber
String
country
String
city
String
zip
String
number
String
street
String