๐ Share how you're building agents for a chance to win LangChain swag!
cURL
curl --request GET \ --url https://api.example.com/v2/auth/wait/{auth_id}
{ "status": "completed", "token": "<string>" }
Wait for OAuth authentication completion.
Authentication ID to wait for
Timeout in seconds (default: 300)
Successful Response
Auth wait response.
Valid auth wait status values.
completed
pending
timeout
not_found
Was this page helpful?