v1

latestOpenAPI 3.0.02026-08-0442100147.0 KB
Workspace 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

titlestring required

Challenge title

descriptionstring

Challenge description

providerIdsstring[]

Provider IDs to test

targetPlatform'ios' | 'android'

Target platform filter

maxStampsnumber

Maximum number of stamps (first-come limit)

allowDuplicateParticipationboolean

Whether to allow duplicate participation (same user + same provider)

Example request

{
  "title": "BankID SE Production Test",
  "providerIds": [
    "bankidse",
    "smartid"
  ],
  "maxStamps": 3
}

Response

Challenge created successfully

idstring required
clientIdstring required
statusstring required
payloadobject required
challengeIdstring
createdAtstring required