v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
Onboarding

Submit an onboarding application

Submits an onboarding application.

post/applications/{applicationId}/submit

Path parameters

applicationIdstring uuid required

The ID of the application to work with.

Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd

Request body

accountGroupIdsstring[]

The account groups to assign the account to upon activation. Each must be a valid account group belonging to the same product. If omitted, the account will be assigned to the product's default account group.

Example request

{
  "accountGroupIds": [
    "497f6eca-6276-4993-bfeb-53cbbbba6f08"
  ]
}