Developers

BixJet API Reference

REST APIs with predictable URLs, standard HTTP methods, and JSON responses.

API reference documentation

The BixJet developer platform lets you build on top of your sales data. All BixJet APIs are built using REST conventions, with predictable resource-oriented URL structures, standard HTTP methods (POST, GET, PUT, DELETE), and JSON-encoded responses, served via api.bixget.com.

Documentation structure

Modules API

Standard modules such as Leads, Contacts, Deals, and Tasks are accessible through REST APIs. Retrieve the modules available to your account with the Get List of Modules endpoint.

Sample query

Example — retrieving a contact's information:

query { contact(contactid: "12345") { contactid name email phone company linkedin_profile social_profiles } }

Support

Questions about the API or our policies? Contact sd@bixjet.com.

Build on BixJet.

Create your free account and get API access in minutes.

Get Started Free →