List invitation templates
GET/v1/invitation_templates
Lists your invitation templates, newest-first, one page at a time.
An empty list on a fresh brand means none created yet; create one and
send; if creation is refused 403 invitation_card_not_granted, your
brand is not yet approved for invitations of that shape: approval is
per-brand, raised with us, not self-service.
Query Parameters
List invitation templates
curl https://messages.api.linqapp.com/v1/invitation_templates \
-H "Authorization: Bearer $LINQ_AMB_API_KEY"{
"data": [
{
"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"
}
],
"next_cursor": ""
}Returns Examples
{
"data": [
{
"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"
}
],
"next_cursor": ""
}