Get all workflows
Get all workflows
Responses
- application/json
- 401
Unauthorized
- 500
Internal Error
Request Example for get/workflows
curl 'https://{prefix}.api.sandbox.checkout.com/workflows' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"data": [
{
"id": "wf_wlu3wxc26jounofs5iez75qaqa",
"name": "Webhooks workflow",
"active": true,
"_links": {
"self": {
"href": "https://{prefix}.api.checkout.com/workflows/wf_wlu3wxc26jounofs5iez75qaqa"
}
}
}
]
}