Exchange Hosted Auth Code
Hosted Auth
Exchange Hosted Auth Code
Exchanges a one-time hosted auth code for a TheFaithApp member bearer token. Codes are short-lived, single-use, and bound to the redirect_uri used when auth started.
POST
Exchange Hosted Auth Code
Body
application/json
Client key copied from Developer Access.
Example:
"your-client-api-key"
One-time code returned to your Redirect URL.
Example:
"one-time-code"
The same Redirect URL used in POST /v1/auth/start.
Example:
"https://example.com/auth/callback"
Original PKCE code verifier when the auth flow started with code_challenge.
Example:
"original-random-code-verifier"