cURL
curl --request GET \ --url https://api.voxo.co/v2/admin/tenants/notes/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "tenantId": 123, "userId": 123, "name": "<string>", "note": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Get a single tenant note by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Note ID
^[1-9]\d*$
Tenant note details
Tenant ID
Author user ID
Author name
Note content
Creation timestamp
Last update timestamp
Was this page helpful?
Contact support