Providers
Get Provider
Get a data provider from the Smile Network.
get/providers/{id}
Response
OK
Example response
{
"code": "OK",
"message": "Success",
"requestId": "5b79399a-6852-4234-bb0e-ad472648282d",
"data": {
"id": "upwork",
"name": "Upwork",
"logoUrl": "https://cdn.smileapi.io/image/provider-logo/v20210813064500/upwork.png",
"type": "GIG",
"typeLabel": "Gig Platform",
"subTypeLabel": "Professional Services",
"supported": [
"IDENTITIES"
]
}
}