Create Hosted Auth URL
Hosted Auth
Create Hosted Auth URL
Creates a TheFaithApp-hosted sign-in URL for the church identified by the client key. Open the returned auth_url in a browser or mobile auth session.
POST
Create Hosted Auth URL
Body
application/json
Client key copied from Developer Access.
Example:
"your-client-api-key"
Saved Redirect URL that will receive the one-time code.
Example:
"https://example.com/auth/callback"
Random value generated by your app and verified when the member returns.
Example:
"replace-with-random-state"
Optional PKCE code challenge for public clients.
Example:
"base64url-sha256-code-verifier"
PKCE challenge method. Use S256 when sending code_challenge.
Available options:
S256 Example:
"S256"
Response
Hosted sign-in URL created.