v1

latestOpenAPI 3.0.42026-07-2419101123.9 KB
Providers

Get Provider

Get a single identity provider by ID, including its license status.

get/api/v1/providers/{providerId}

Path parameters

providerIdstring required

The ID of the provider to retrieve

Response

OK

Example response

{
  "provider": {
    "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"
      }
    ]
  }
}