本站翻译于2026年4月19,请放心食用🎉🎉🎉
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