GET
/
api
/
auth
curl --request GET \
  --url https://api.trieve.ai/api/auth
This response does not have an example.

Query Parameters

organization_id
string | null

ID of organization to authenticate into

redirect_uri
string | null

URL to redirect to after successful login

inv_code
string | null

Code sent via email as a result of successful call to send_invitation

Response

303

Response that redirects to OAuth provider through a Location header to be handled by browser.