Skip to content

/trial-sessions

POST
/trial-sessions
curl --request POST \
--url https://kravos-orchestrator.onrender.com/trial-sessions \
--header 'Content-Type: application/json' \
--data '{ "applicationId": "example", "organisationId": "example", "ticketId": "example" }'
Media typeapplication/json
object
applicationId
required
string
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
organisationId
required
string
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
ticketId
required
string
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
Examplegenerated
{
"applicationId": "example",
"organisationId": "example",
"ticketId": "example"
}

Default Response