GET
/api/properties/:id/tenancies/:tenancy_id/invite-link
This endpoint allows you to retrieve details for properties (specific id)/tenancies/(specific tenancy_id)/invite link.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| id | path | Yes |
| tenancy_id | path | Yes |
Example Request
cURL
curl -X GET https://api.basebrick.com/api/properties/123/tenancies/123/invite-link \
-H "Authorization: Bearer YOUR_TOKEN"