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
- Reference docs — an overview plus endpoint sections covering each API's functionality and use cases.
- Integration guides — tutorials, sample apps, OAuth information, and rate limits.
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.