๐ Share how you're building agents for a chance to win LangChain swag!
cURL
curl --request POST \ --url https://api.example.com/v2/auth/callback/{provider_id} \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "state": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Request model for frontend-bridged OAuth callback finalization.
Successful Response
Was this page helpful?