Skip to main content
GET
/
v2
/
custom-table-templates
/
available-columns
List Available Columns
curl --request GET \
  --url https://api.example.com/v2/custom-table-templates/available-columns \
  --header 'Authorization: Bearer <token>'
[
  {
    "key": "<string>",
    "default_header": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

entity_type
string
default:overdue_invoices

Response

Successful Response

key
string
required
default_header
string
required