Skip to main content
GET
/
v1
/
oauth
List Connected Providers
curl --request GET \
  --url https://api.faces.sh/v1/oauth
[
  {
    "provider": "<string>",
    "scope": "<string>",
    "connected_at": "<string>"
  }
]

Headers

authorization
string | null

Response

Successful Response

provider
string
required
scope
string | null
required
connected_at
string
required