Contacts API
Introduction

Contacts API

What is the Contacts API?

The Contacts API is a way to manage your contacts in Loopbear. You can use this API to create, update, find, and delete contacts in your Loopbear site. This API is useful for integrating Loopbear with your CRM, email marketing platform, or any other system that manages contacts.

What are the Contacts API endpoints?

Below are the endpoints we currently offer:

EndpointDescription
/api/v1/contacts/createCreate a new contact.
/api/v1/contacts/updateUpdate a contact's custom fields.
/api/v1/contacts/find/[id]Find a contact by user id or user email.
/api/v1/contacts/deleteDelete a contact.