Based on the search results provided, there is no specific information about what type of API Lofty uses. The search results contain general information about different API types like REST, GraphQL, SOAP, and gRPC, but do not mention Lofty specifically.
To accurately determine what type of API Lofty uses, we would need to:
Without more specific information about Lofty, I cannot definitively state what type of API they use. The most common API types for modern web services are REST and GraphQL, but companies may use other types or custom implementations as well.
If you need to integrate with Lofty's API, I would recommend:
This would give you the most accurate and up-to-date information about Lofty's specific API implementation.
The official Lofty API does not appear to have native webhook support. The search results do not provide any direct information about official Lofty API webhooks or events you can subscribe to.
While native webhooks are not mentioned, there are some third-party integration options that allow connecting Lofty to webhook services:
Zapier Integration:
Integrately Integration:
Based on the available information, it appears that the official Lofty API does not have native webhook support. However, users can leverage third-party integration platforms to create webhook-like functionality for specific events in Lofty, primarily related to lead management.
For the most up-to-date and accurate information, it would be best to consult the official Lofty API documentation or contact their support team directly.
Based on the search results provided, here are the API Rate Limits for the Lofty API:
The Lofty API implements rate limiting to control the number of requests that can be made within a specific time frame. The rate limit details are as follows:
Default rate limit: 500 requests per minute [1]
Rate limit without a valid vendorKey: 10 calls per minute (effective from June 15, 2021) [1]
The API returns the following HTTP headers with each response to provide information about the current rate limit status [1]:
X-RateLimit-Limit: The maximum number of requests allowed in the limited time (default: 500/minute)
X-RateLimit-Remaining: The number of requests remaining in the current rate limit window
X-RateLimit-Reset: The time at which the current rate limit window resets in UTC epoch seconds (default: 60000 milliseconds)
Rate limiting was implemented on June 15, 2021, for all users not using a vendorKey [1]
API access will be unavailable after July 15, 2021, if a vendorKey is not implemented [1]
Users are advised to complete the application for a security key before July 15, 2021, to ensure uninterrupted service for connected applications [1]
If the rate limit is exceeded without a valid vendorKey, an error will be returned, and the endpoints can be called again after one minute with the same limit of 10 calls per minute [1]
Implement a vendorKey to avoid the stricter rate limits imposed on users without one
Monitor the rate limit headers in API responses to track your usage and avoid exceeding the limits
Design your application to handle rate limit errors gracefully and implement appropriate retry mechanisms
Consider implementing caching strategies to reduce the number of API calls when possible
By adhering to these rate limits and implementing the recommended best practices, you can ensure smooth integration with the Lofty API while avoiding potential disruptions due to exceeding the allowed request limits.
Based on the search results provided, the most recent version of the Lofty API is:
Version 1.0 [1]
Key points to consider:
This version information is listed under section 1.1 "Version information" in the API documentation [1].
The API is referred to as the "Lofty Open API" throughout the documentation [1].
The base URL for the API is api.lofty.com
[1].
The API uses OAuth 2.0 for authentication [1].
There are rate limits in place for API requests, with headers indicating the current rate limit status [1].
Best practices:
When using the API, make sure to include the proper authentication headers with a valid OAuth 2.0 access token [1].
Pay attention to the rate limit headers in API responses to avoid exceeding usage limits [1].
Refer to the full API documentation for details on available endpoints and request/response formats [1].
To get a developer account for Lofty and create an API integration, you'll need to follow these steps:
First, you'll need to create a regular Lofty account if you don't already have one. This is typically done through their main website.
Once you have a Lofty account:
After being approved for API access:
Familiarize yourself with the Lofty Open API documentation:
https://api.lofty.com/
.In your application:
Once authenticated:
Based on the provided search results, here is a list of data models you can interact with using the Lofty API, along with what is possible for each: