Welcome to the MyBetterLead API 👋

MyBetterLead provides a simple yet powerful solution to enhance lead activation.

Our API is built around REST principles, featuring:

  • Predictable, resource-oriented URLs
  • JSON-encoded request and response bodies
  • Standard HTTP response codes, authentication methods, and verbs
  • Integrate MyBetterLead into your software to streamline your workflow, transform processes, and save valuable time when searching for someone’s LinkedIn profile.

Status Codes

The MyBetterLead API adheres to standard HTTP response codes to indicate the outcome of API requests:

  • 2xx: Successful operations
  • 3xx: Redirections
  • 4xx: Client-side errors, often due to invalid or missing input
  • 5xx: Server-side errors, often due to a problem with the API service
CodeNameDescription
200OKThe request was successful.
400Bad RequestThe request was invalid.
401UnauthorizedThe request requires authentication.
403ForbiddenThe server understood the request but refuses to authorize it.
404Not FoundThe requested resource was not found.
405Method Not AllowedThe request method is not supported for the requested resource.
429Too Many RequestsThe client has sent too many requests in a given amount of time.
500Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request.