curl --request GET \
--url https://api.trieve.ai/api/auth
This response does not have an example.
This will redirect you to the OAuth provider for authentication with email/pass, SSO, Google, Github, etc.
curl --request GET \
--url https://api.trieve.ai/api/auth
This response does not have an example.
ID of organization to authenticate into
URL to redirect to after successful login
Code sent via email as a result of successful call to send_invitation
Response that redirects to OAuth provider through a Location header to be handled by browser.
Was this page helpful?