Get an invitation template
GET/v1/invitation_templates/{invt}
Fetch one template. Unknown ids, and another brand’s; return HTTP 404.
Get an invitation template
curl https://messages.api.linqapp.com/v1/invitation_templates/$INVT \
-H "Authorization: Bearer $LINQ_AMB_API_KEY"{
"id": "invt_a4f2c718d0",
"name": "Acme Rides",
"has_logo": true,
"version": 3,
"created_at": "2026-08-10T09:00:00Z",
"updated_at": "2026-08-12T15:30:00Z"
}Returns Examples
{
"id": "invt_a4f2c718d0",
"name": "Acme Rides",
"has_logo": true,
"version": 3,
"created_at": "2026-08-10T09:00:00Z",
"updated_at": "2026-08-12T15:30:00Z"
}