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:

  1. Generate an API token with read/write permissions using tools like Postman.

  2. Use the token as a Bearer token for authentication.

  3. Send a POST request to the contacts/v1 endpoint with the contact info in the body (e.g. name, email).

  4. 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! ?