API Documentation

1. Bixjet API reference documentation

Bixjet’s developer platform is a core part of our mission to empower organizations to grow better. Our APIs are designed to enable teams of any shape or size to build robust integrations that help them customize and get the most value out of Bixjet. All Bixjet APIs are built using REST conventions and designed to have a predictable URL structure. They use many standard HTTP features, including methods (POST, GET, PUT, DELETE) and error response codes. All Bixjet API calls are made under https://api.bixget.com and all responses return standard JSON.

2. API documentation

Bixjet’s API documentation is split into two sections:

1. Reference docs
2. Integration guides.


Reference docs

All API reference docs include an overview section and an endpoint section. The API overview includes a brief summary of its functionality, use cases, and any special considerations for creating an integration. The endpoints section lists each endpoint, its parameters, and request examples in multiple languages. Once you’ve configured your app’s auth settings in your developer account, you can use Postman or make test calls right from an endpoint reference page.

Integration guides

If you want to learn the fundamentals of Bixjet’s platform or see an example before making your first API call, you can find sample apps and tutorials as well as detailed information about developer accounts, working with OAuth, API rate limits

3. Modules API

Bixjet has standard modules such as Leads, Contacts, Deals, Tasks, and so on. Using Bixjet REST API, you can retrieve the list of available modules through the Get List of Modules API.

Get List of Modules


Header
                            
      Bearer eyJhbGcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxI
                            
                          

Query

                            
      query Contact($contactid: ID!) {
        contact(contactid: $contactid) {
          contactid
          primaryemail
          secondaryemail
          firstname
          lastname
          contactavatar
          phonenumber
          lifecyclestage
          locationid
          createdby
          updatedby
          jobid
          tags
          ownerid
          organizationid
          source
          twitter
          createdAt
          updatedAt
          phonecountryid
          linkedin
          facebook
          status
          leadscore
          subscriptionstatus
          emailsubscriptiondate
          emailunsubscriptiondate
          attribute1
          attribute2
          attribute3
          attribute4
          attribute5
          attribute6
          attribute7
          attribute8
          attribute9
          attribute10
          attribute11
          attribute12
          attribute13
          attribute14
          attribute15
          attribute16
          attribute17
          attribute18
          attribute19
          attribute20
          attribute21
          attribute22
          attribute23
          attribute24
          attribute25
          attribute26
          attribute27
          attribute28
          attribute29
          attribute30
          attribute31
          attribute32
          attribute33
          attribute34
          attribute35
          attribute36
          attribute37
          attribute38
          attribute39
          attribute40
          attribute41
          attribute42
          attribute43
          attribute44
          attribute45
          attribute46
          attribute47
          attribute48
          attribute49
          attribute50
          teams
          emailstatus
          phonenostatus
          phoneverifydata
        }
      }                        
                            
                          

Query

                            
       {
      "contactid": "xxxxx"
      }                        
                              
                            
                          

4. Questions, Complaints and Contacts

If you have any questions regarding this Privacy Policy, please contact us at privacy@Bixjet.com