Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
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: 30)
Successful Response
Auth wait response.
Valid auth wait status values.
completed
pending
timeout
not_found
Was this page helpful?