Submit the activation request form required for provider activation.
data object must contain all fields listed in the provider’s requiredFields (from Get Activation Steps).
A form can only be submitted once per provider. If the form was previously rejected, it can be resubmitted.
Bearer <API_KEY> from Console > Developers > Workspace API Keys.application/jsonsmartid, spid-ig, no-bankid).requiredFields from Get Activation Steps to determine which fields to submit.| Field | Type | Description |
|---|---|---|
legalCompanyName | string | Full legal name of the company. |
displayName | string | Display name shown to end users. |
logo | string | Base64-encoded company logo image. |
registrationNumber | string | Company registration number. |
registeredAddress | string | Registered company address. |
vatNumber | string | VAT number. |
serviceDescription | string | Description of the service using the provider. |
websiteUrl | string | Company website URL. |
contactEmail | string | Contact email address. Required for all providers. |
contactPhone | string | Contact phone number. |
SPID provider-specific fields
| Field | Type | Description |
|---|---|---|
spidUserDataLevel | string | User data level. Allowed values: basic, advanced. |
iDIN provider-specific fields
| Field | Type | Description |
|---|---|---|
idinLegalRepName | string | Legal representative name. |
idinLegalRepEmail | string | Legal representative email. |
idinLegalRepPhone | string | Legal representative phone. |
BankID Norway provider-specific fields
| Field | Type | Description |
|---|---|---|
bankidNoBankName | string | Bank name. |
bankidNoUseSsn | boolean | Whether to request the end-user SSN during verification. |
bankidNoSsnReason | string | Reason for requesting SSN. |
bankidNoGdprArticle | string | GDPR legal basis. Allowed values: GDPR Art. 6(1)(a) - Consent, GDPR Art. 6(1)(b) - Contractual Performance, GDPR Art. 6(1)(c) - Legal Compliance, GDPR Art. 6(1)(f) - Legitimate Interest. |
bankidNoSignatoryName | string | Signatory name. |
bankidNoSignatoryEmail | string | Signatory email. |
bankidNoSignatoryPhone | string | Signatory phone. |
BankID CZ provider-specific fields
| Field | Type | Description |
|---|---|---|
privacyPolicyUrl | string | Privacy policy URL. |
termsOfServiceUrl | string | Terms of service URL. |
true, matching fields are also persisted to the app’s company information. Defaults to false.submitted, processing, completed, or rejected.