List of available provider
GET
/api/v1/oauth/provider
curl \
--request GET 'https://api.crawlora.com/api/v1/oauth/provider'
Response examples (200)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": [
{
"name": "string",
"imageIcon": "string"
}
]
}