Community
Find Communities
This endpoint returns information about communities that match the given parameters.
GET
You need to provide at least one search parameter in your request to find communities.Documentation Index
Fetch the complete documentation index at: https://docs2.travtus.com/llms.txt
Use this file to discover all available pages before exploring further.
Example use cases
This endpoint allows you to find communities (properties or building portfolios) based on various parameters:- Retrieve a specific community by its ID or external reference
- Search for communities by name
- Paginate through results for larger data sets
Header
The authentication token for your request
Query Parameters
The unique identifier for the community.
The external reference ID for the community.
The name of the community to search for.
The API returns a maximum of 100 records per call.You can use this parameter to load the next set of records by passing in the value returned in the response, under
last_id.Response
A list of communities that match the search criteria.
The ID to use with the
after_id parameter to get the next page of results.
A value of -1 indicates that there are no more pages available.Errors
Listed below are common errors that may be returned by the endpoint, along with their corresponding status code. Status Code - 400Missing Authorization header
Expired Authorization header bearer token value
Invalid Authorization header bearer token value
No search parameters provided
No communities found
Internal server error

