REST API
Get Providers
GET
Retrieves a list of available eID providers.
Headers
Basic authentication: set
Authorization.username to your Client ID (client_id) and Authorization.password to your Client Secret (client_secret). The interface builds the header automatically.string
required
Direct API format:
Basic <base64(client_id:client_secret)>.Query Parameters
string
The status of the provider. Possible values:
enabled, disabledResponse
Returns an array of provider objects.string
The unique identifier for the eID provider (e.g.,
bankidse, mitid, singpass)string
The URL of the eID provider’s logo
string
The display name of the eID provider
string[]
ISO 3166-1 alpha-2 country codes (lowercase) supported by the eID provider
boolean
Whether the provider is currently active and available for use
boolean
Whether the provider requires additional action or configuration from the user
string[]
The authentication flow types supported by this provider. Possible values:
qr, redirect, push, dcstring[]
The identity attributes (scopes) that can be retrieved from this provider (e.g.,
name, birthdate, nationality, email)number[]
The Levels of Assurance (LoA) supported by this provider

