Skip to content

Instantly share code, notes, and snippets.

@andrei-tofan
Last active May 23, 2017 12:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save andrei-tofan/c9ee3b2c82a9b48d788c1e44b006d348 to your computer and use it in GitHub Desktop.
LeadBI SignUp Free Trial API

LeadBI SignUp Free Trial API

Request

POST - https://app.leadbi.com/public_api/signup

Body:

{
  company: 'Sales, Inc.', // required
  full_name: 'John Doe', // required
  email: 'john.doe@sales.com', // required
  website: 'test.com', // required
  password: 'superpassword1', // required
  recaptcha_response: '...', // required - please request website key for integration
}

Response:

  • 400 - { message: 'Invalid recaptcha' }
  • 500 - Server error
  • 201 - Account Created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment