Skip to main content
POST
/
developers
/
sandbox
/
simulate
Simulate scenario
curl --request POST \
  --url https://api.txcloud.io/v1/developers/sandbox/simulate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "scenario": "<string>",
  "config": {}
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
scenario
string
config
object

Response

200

Scenario configured