We’ve just released a new API endpoint that allows developers to create contacts directly in their Shed Suite account using our public API!
Quick Overview:
Endpoint:
POST /api/public/contacts/v1
Purpose: Programmatically create new contacts in your Shed Suite account
Docs: Shed Suite API Docs
Getting Started:
Generate an API token with read/write permissions using tools like Postman.
Use the token as a Bearer token for authentication.
Send a POST request to the
contacts/v1
endpoint with the contact info in the body (e.g. name, email).A successful request returns a contact ID, and the new contact appears in your Shed Suite account.
Notes:
The API currently doesn’t support dealer assignment, but you can do that manually in the Shed Suite UI.
Need help? Reach out to us by creating a support ticket from within your account.
We’re excited to see how you use this new feature! ?