v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBOrganization Job Templates
List organization job templates
List all job templates for the given account.
get/accounts/{account_id}/job_templates
Path parameters
account_idstring required
Account ID
Query parameters
pageinteger
Page number
per_pageinteger
Limit on the number of objects to be returned, between 1 and 100. 25 by default
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Response
OK
Example response
[
{
"id": "626ea67628690c73ac86ac81eec2d185",
"name": "template",
"briefing": "text",
"created_at": "2017-01-28T09:52:53Z",
"updated_at": "2017-01-28T09:52:53Z"
}
]