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
- Workflow changes
- Workflow Step
- XML Assistant
Webhook
Replay webhook calls
Replays given list of Webhook Calls in specified order in the request
POST
/
api2
/
v1
/
webhooksCalls
/
replay
Replay webhook calls
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/webhooksCalls/replay \
--header 'Content-Type: application/json' \
--data '{
"webhookCalls": [
{
"uid": "<string>"
}
]
}'
Body
application/json
Response
202
Accepted
Was this page helpful?
Replay webhook calls
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/webhooksCalls/replay \
--header 'Content-Type: application/json' \
--data '{
"webhookCalls": [
{
"uid": "<string>"
}
]
}'
Assistant
Responses are generated using AI and may contain mistakes.