API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- GETLists webhooksdeprecated
- POSTCreate webhookdeprecated
- GETGet webhookdeprecated
- PUTEdit webhookdeprecated
- DELDelete webhookdeprecated
- GETLists webhook calls
- POSTReplay webhook calls
- POSTReplay last webhook calls
- GETLists webhooks
- POSTCreate webhook
- GETGet webhook body previews
- GETGet webhook
- PUTEdit webhook
- DELDelete webhook
- POSTSend test webhook
- GET
- Workflow changes
- Workflow Step
- XML Assistant
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.