Get the active revision of an export template
Returns the export template's currently active revision - the immutable snapshot that PlatformSync and the analyzer runtime read from - together with its published content. Returns 404 when the template has never been published, which is distinct from the template itself not existing. **Authorization.** Admin, internal user and internal viewer are unrestricted; an external user must own the template.
AuthorizationBearer <token>
Productsup Keycloak JWT bearer token.
In: header
Path Parameters
id*integer
Export template ID
Response Body
application/json
application/json
application/json
curl -X GET "https://export-template-api.productsup.com/V2/export-templates/0/revisions/latest"{
"revisionId": "01980f10-5b04-7845-b0d5-66861c6cabb0",
"revisionNumber": 3,
"active": true,
"createdAt": "2026-09-01T10:22:31+00:00",
"userId": "59be863f-f551-4c2b-8ca2-5a227343e070",
"source": "API",
"template": {}
}{
"errors": {
"message": "Resource access denied."
}
}{
"errors": {
"message": "Resource access denied."
}
}How is this guide?