Skip to main content
GET
Redirect to Apple OAuth

Query Parameters

fluid_shop
string

Company subdomain the sign-in belongs to, carried through the OAuth round-trip in state. Omitting it returns 422 — Apple sign-in cannot resolve a company without it.

Response

Success

OAuth provider URL for redirect-based authentication

provider
string
required

Provider key this URL belongs to (e.g. google, facebook, apple).

auth_url
string<uri>
required

Fully-formed provider authorization URL to redirect the user to; carries the server-issued OAuth state.

redirect_uri
string<uri>
required

Callback URI the provider returns to after the user authorizes; must match the value registered with the provider.

meta
object