/
AY
ayinke-llc
/
Malak's API documentation
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4w ago · Updated 2mo ago
Details
Filter operations
auth
1
billing
1
contacts
10
get
list your contacts
post
Creates a new contact
get
fetch a contact by reference
put
edit a contact
delete
delete a contact
get
List all created contact lists
post
Create a new contact list
put
Edit a contact list
post
add a new contact to a list
delete
delete a contact list
dashboards
5
decks
8
decks-viewer
1
images
1
integrations
5
updates
12
user
1
workspace
5
contacts
edit a contact
put
/contacts/{reference}
Path parameters
reference
string
required
contact unique reference.. e.g contact_
Request body
ServerEditContactRequest
required
address
string
required
company
string
required
first_name
string
last_name
string
notes
string
required
Response
OK
ServerFetchContactResponse
required
contact
MalakContact
required
message
string
required
Changes