REST API
Get Providers
GET
Retrieves a list of available eID providers.Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
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.Direct API format:
Basic <base64(client_id:client_secret)>.Query Parameters
The status of the provider. Possible values:
enabled, disabledResponse
Returns an array of provider objects.The unique identifier for the eID provider (e.g.,
bankidse, mitid, singpass)The URL of the eID provider’s logo
The display name of the eID provider
ISO 3166-1 alpha-2 country codes (lowercase) supported by the eID provider
Whether the provider is currently active and available for use
Whether the provider requires additional action or configuration from the user
The authentication flow types supported by this provider. Possible values:
qr, redirect, pushThe identity attributes (scopes) that can be retrieved from this provider (e.g.,
name, birthdate, nationality, email)The Levels of Assurance (LoA) supported by this provider

