Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Headers
The ID of the EndUser to receive this request (e.g., "Conductor-End-User-Id: {{END_USER_ID}}"
).
"end_usr_1234567abcdefg"
Response
Returns a list of templates.
The type of object. This value is always "list"
.
"list"
"list"
The endpoint URL where this list can be accessed.
"/v1/quickbooks-desktop/templates"
The array of templates.
The nextCursor
is a pagination token returned in the response when you use the limit
parameter in your request. To retrieve subsequent pages of results, include this token as the value of the cursor
request parameter in your following API calls.
NOTE: The nextCursor
value remains constant throughout the pagination process for a specific list instance; continue to use the same nextCursor
token in each request to fetch additional pages.
"12345678-abcd-abcd-example-1234567890ab"
The number of objects remaining to be fetched.
10
Indicates whether there are more objects to be fetched.