Skip to main content
GET
/
v1
/
sandbox
/
scenarios
List sandbox scenarios
curl --request GET \
  --url https://api.swippee.com/v1/sandbox/scenarios \
  --header 'Authorization: Bearer <token>'
{
  "report_scenarios": [
    {}
  ],
  "error_scenarios": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Response

Available scenarios

report_scenarios
object[]
error_scenarios
object[]