Leads2b API
Our API provides access to various platform resources, enabling secure and efficient automation and integration with external systems.
Overview
The Leads2b API follows RESTful principles, using HTTP methods to manage resources. All responses are returned in JSON format, ensuring compatibility with various applications.
Key Features:
- RESTful Architecture: Uses HTTP methods such as
GET,POST,PUT, andDELETEfor resource operations. - Stateless: Each request is independent, with no state dependency between calls.
- Standardized Format: All responses follow a JSON structure.
Authentication
The API requires authentication via Bearer Token. The token must be generated in the system interface. Learn more about authentication.
Pagination
Our endpoints that return item lists use cursor-based pagination. Learn more about pagination.
Date and Time Format
The dates and times used by the API follow the ISO 8601 format. Examples:
- Full date and time:
2025-02-12 09:35:10(equivalent to2025-02-12T09:35:10) - Date only:
2025-02-12
WARNING
All times in the API are in UTC timezone.
When sending a date/time to the API, make sure it is in UTC timezone and follows the ISO 8601 format. The API accepts both formats with or without the T separator between the date and time.
Support
For questions or issues, please contact our support team at leads2b.com.
