Returns a public view of an app invite by its invite code.
This endpoint does not require authentication and returns a stripped-down response that omits fields like timestamps and tags from the response.
Documentation Index
Fetch the complete documentation index at: https://docs.narrative.io/llms.txt
Use this file to discover all available pages before exploring further.
The invite code used to look up an app invite.
Successfully retrieved the app invite.
A stripped-down public view of an app invite, returned for unauthenticated code lookups.
Unique identifier for the app invite.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Summary information about an app.
{
"id": 100,
"name": "Test App",
"slug": "test-app"
}Summary information about a company.
{
"id": 42,
"logo": "https://example.com/logo.png",
"name": "Acme Corp"
}The lifecycle status of an app invite.
pending, active, archived "pending"
The full invite URL constructed from the base URL and invite code.
"https://example.com/invite?code=abc123def456ghi789jkl012"
Custom JSON data associated with the invite.
{ "key": "value" }An optional display name for the invite.
"Partner onboarding invite"
An optional name for the invitee. Maximum 1024 characters.
"Jane Smith"