Skip to main content
GET
/
v2
/
auth
/
wait
/
{auth_id}
{
  "status": "completed",
  "token": "<string>"
}

Path Parameters

auth_id
string
required

Authentication ID to wait for

Query Parameters

timeout
integer
default:300

Timeout in seconds (default: 300)

Response

Successful Response

Auth wait response.

status
enum<string>
required

Valid auth wait status values.

Available options:
completed,
pending,
timeout,
not_found
token
string | null