Skip to main content
GET
/
signing
/
providers
{
  "items": [
    {
      "provider": "bankid",
      "name": "BankID",
      "description": "Swedish digital identity verification and signing service",
      "supportedCountries": [
        "SE"
      ],
      "supportedLanguages": [
        "sv",
        "en"
      ],
      "requirements": {
        "name": "REQUIRED",
        "email": "REQUIRED",
        "identity": "REQUIRED"
      },
      "capabilities": {
        "multipleSigners": false,
        "documentTemplates": true,
        "biometricSigning": true
      }
    }
  ]
}

Authorizations

X-API-Key
string
header
required

An API key that grants access to the Connect API. You can create and manage API keys in the portal.

Query Parameters

country
string

Filter providers by supported country code.

Example:

"SE"

language
string

Filter providers by supported language code.

Example:

"sv"

Response

List of available signing providers.

items
object[]
required

Available signing providers and their requirements.

I