v1

latestOpenAPI 3.0.42026-07-2419101123.9 KB
Providers

List Providers

List all identity providers available to your Organization, including their license status.

get/api/v1/providers

Query parameters

licensedboolean

Filter by license status. If not specified, returns all providers.

Response

OK

Example response

{
  "providers": [
    {
      "id": "yoti",
      "name": "Yoti",
      "logoUrl": "https://cdn.trinsic.id/providers/yoti.png",
      "subtext": "dmv.ca.gov",
      "regions": [
        "Europe"
      ],
      "countries": [
        "US",
        "CA"
      ],
      "subdivisions": [
        "US-CA",
        "US-TX"
      ],
      "licensed": true,
      "hasTrinsicInterface": true,
      "supportsDirectProviderSessions": true,
      "supportedLanguages": [
        {
          "code": "en",
          "label": "English"
        }
      ],
      "availableAttributes": [
        {
          "scope": "person.givenName"
        }
      ],
      "availableAttachments": [
        {
          "type": "document_portrait"
        }
      ],
      "subProviders": [
        {
          "subtext": "dmv.ca.gov"
        }
      ]
    }
  ]
}
All 19 operations