v1
latestOpenAPI 3.0.02026-08-0442100147.0 KBWorkspace API - Production Tests
Create a production test challenge
Creates a new production test challenge for the app. The app name is automatically used as the host name.
post/v1/apps/{id}/production-tests
Path parameters
idstring required
App client ID
Request body
Example request
{
"title": "BankID SE Production Test",
"providerIds": [
"bankidse",
"smartid"
],
"maxStamps": 3
}Response
Challenge created successfully