/api/v2/bpm/callback/{callback_name}
/api/v2/bpm/callback/{callback_name}
Path Parameters
- callback_name string requiredExample: ereruiuiergupreug
Responses
- 401
- 404
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.003
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Endpoint en/api/v2/bpm/callback/ereruiuiergupreug not found",
"response": {},
"preparingsTime": 0.299
}
Loading...