API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Webhook
Get webhook
GET
/
api2
/
v2
/
webhooks
/
{webHookUid}
Get webhook
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/webhooks/{webHookUid}
Copy
Ask AI
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"url": "<string>",
"events": [
"JOB_STATUS_CHANGED"
],
"secretToken": "<string>",
"secretTokenType": "X_MEMSOURCE_TOKEN",
"hidden": true,
"status": "ENABLED",
"failedAttempts": 123,
"created": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"lastModified": "2023-11-07T05:31:56Z",
"lastModifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
Path Parameters
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Get webhook
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/webhooks/{webHookUid}
Copy
Ask AI
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"url": "<string>",
"events": [
"JOB_STATUS_CHANGED"
],
"secretToken": "<string>",
"secretTokenType": "X_MEMSOURCE_TOKEN",
"hidden": true,
"status": "ENABLED",
"failedAttempts": 123,
"created": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"lastModified": "2023-11-07T05:31:56Z",
"lastModifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.