GET/v1/tenant_invitations/{id}
tenant_invitations.get
Fetch a single pending invitation by id.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | Tenant invitation id, e.g. `tin_<32 hex chars>`. |
Response
No parameters.
Examples
curl -sS -X GET \
-H "Authorization: Bearer $CULPRIT_API_TOKEN" \
https://api.theculprit.ai/v1/tenant_invitations/{id}Try it
Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.