Server Side
Web Hooks
Get notified when your translations change
On premium workspaces (hobby and pro plans) you can set hooks, which send a request to an URL provided by you, to get notified whenever your repository strings change.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get notified when your translations change
{
"type" : "created",
"at" : "2024-10-10T00:00:0000",
"by" : "user:testUserIdHere",
"data" : {
"id" : "translation:testTranslation01",
"value" : {
"value" : "string",
"plural" : "string"
},
"createdAt" : "timestamp",
"sentence": "sentence:idHere",
"language" : "language:idHere",
"createdBy" : "user:userIdHere"
}
}
{
"type" : "updated",
"at" : "2024-10-10T00:00:0000",
"by" : "user:testUserIdHere",
"data" : [
{
"id" : "translation:testTranslation01",
"value" : {
"value" : "string",
"plural" : "string"
},
"createdAt" : "timestamp",
"sentence": "sentence:idHere",
"language" : "language:idHere",
"createdBy" : "user:userIdHere"
},
{
"id" : "translation:testTranslation02",
"value" : {
"value" : "string",
"plural" : "string"
},
"createdAt" : "timestamp",
"sentence": "sentence:idHere",
"language" : "language:idHere",
"createdBy" : "user:userIdHere"
}
]
}