Front
Customer service operations and messaging platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api2.frontapp.com/ | link | — | — | — |
Actions (16)
Contacts · 7
- Create contactPOST /contacts
Create a new contact at the company level.
documented - Delete contactDELETE /contacts/{contact_id}
Delete a contact.
documented - Get contactGET /contacts/{contact_id}
Fetch a single contact by its ID.
documented - List contact conversationsGET /contacts/{contact_id}/conversations
List conversations that involve the given contact.
documented - List contactsGET /contacts
List the contacts of the company.
documented - Merge contactsPOST /contacts/merge
Merge multiple contacts into a single contact and remove the merged-in ones.
documented - Update a contactPATCH /contacts/{contact_id}
Update fields on an existing contact (e.g., custom fields, avatar, handles).
documented
Attachments · 3
- Download attachmentGET /download/{attachment_link_id}
Download an attachment file by its attachment_link_id.
documented - Download attachment for a commentGET /comments/{comment_id}/download/{attachment_link_id}
Download an attachment file for a specific comment.
documented - Download attachment for a commentGET /comments/{comment_id}/download/{attachment_link_id}
Download an attachment file for a specific comment.
documented