Skip to main content
GET
/
v1
/
oauth
/
{provider}
/
authorize
Get Authorize Url
curl --request GET \
  --url https://api.faces.sh/v1/oauth/{provider}/authorize
{
  "authorize_url": "<string>",
  "state": "<string>",
  "provider": "<string>"
}

Headers

authorization
string | null

Path Parameters

provider
string
required

Response

Successful Response

authorize_url
string
required
state
string
required
provider
string
required