---
title: "Get Provider"
method: GET
path: "/providers/{id}"
tags: ["Providers"]
---

# Get Provider

`GET /providers/{id}`

Get a data provider from the Smile Network.

## Response `200`

OK

- ProviderGetResponse
  - `code` 'OK' | 'CREATED' | 'INVALID_CREDENTIALS' | 'INVALID_PARAMETERS' | 'INVALID_TOKEN' | 'UNAUTHORIZED_ACCESS' | 'MISSING_RESOURCE' | 'REQUEST_LIMIT_EXCEEDED' | 'SERVER_ERROR' | 'UNSUPPORTED_METHOD' | 'SERVER_UNAVAILABLE' | 'TIME_LIMIT_EXCEEDED' — Request status code
  - `message` string — Message response to the request
  - `requestId` string — Unique ID that is added to the body of every response for easy traceability of the request in our logs.
  - `data` Provider — An employment data provider. A provider holds employment and income information of the user.
    - `id` string, required — Unique ID of the data provider
    - `name` string, required — Name of the data provider
    - `longName` string, required — Full name or legal name of the data provider
    - `logoUrl` string, required — URL to the data provider's logo
    - `type` 'GIG' | 'GOVERNMENT' | 'SYSTEM' | 'EMPLOYER' | 'CREDENTIAL', required — Type of employment data provider
    - `typeLabel` 'Gig Platform' | 'Govt Service' | 'System' | 'Employer' | 'Credential', required — Type label of employment data provider, like "Gig Platform"
    - `subType` 'SERVICES' | 'TRANSPORTATION' | 'SHARING' | 'TRADING' | 'INSURANCE' | 'HRIS' | 'PAYROLL' | 'WALLET' | 'IDENTIFICATION' | 'ISIC-A' | 'ISIC-B' | 'ISIC-C' | 'ISIC-D' | 'ISIC-E' | 'ISIC-F' | 'ISIC-G' | 'ISIC-H' | 'ISIC-I' | 'ISIC-J' | 'ISIC-K' | 'ISIC-L' | 'ISIC-M' | 'ISIC-N' | 'ISIC-O' | 'ISIC-P' | 'ISIC-Q' | 'ISIC-R' | 'ISIC-S' | 'ISIC-T' | 'ISIC-U', required — Subset of Type of employment data provider
    - `subTypeLabel` 'Professional Services' | 'Transport and Delivery' | 'Asset Sharing' | 'Online Selling' | 'Social Insurance' | 'Payroll System' | 'Tamper-proof document issuance & verification systems' | 'Human Resource Information System' | 'Identification' | 'Agriculture, forestry and fishing' | 'Mining and quarrying' | 'Manufacturing' | 'Electricity, gas, steam and air conditioning supply' | 'Water supply; sewerage, waste management and remediation activities' | 'Construction' | 'Wholesale and retail trade; repair of motor vehicles and motorcycles' | 'Transportation and storage' | 'Accommodation and food service activities' | 'Information and communication' | 'Financial and insurance activities' | 'Real estate activities' | 'Professional, scientific and technical activities' | 'Administrative and support service activities' | 'Public administration and defense; compulsory social security' | 'Education' | 'Human health and social work activities' | 'Arts, entertainment and recreation' | 'Other service activities' | 'Activities of households as employers; undifferentiated goods; and services-producing activities of households for own use' | 'Activities of extraterritorial organization and bodies', required — Subtype label of employment data provider, like "Services"
    - `active` boolean, required — Indicates whether data provider integration is working
    - `enabled` boolean, required — Indicates whether data provider is enabled or access is allowed for the client
    - `mfa` boolean, required — Whether data provider requires multi-factor authentication.
    - `accountConnection` boolean, required — Whether a real-time account connection is available for this data provider
    - `supported` RefDatapoint[], required — Supported data points for this employment data provider
    - `monitorSupported` boolean, required — Whether support CDS for this data provider

---

[API](https://skmtc.net/smileapi/apis/smile-api.md) · [All operations](https://skmtc.net/smileapi/apis/smile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smileapi/smile-api/versions/d1e0cb5dc33c/schema)
