Skip to main content
GET
Wait for your human to finish the signup

Query Parameters

claim_token
string
required

The claim_token from POST /signup.

claim_code
string
required

The claim_code from the same POST /signup response.

Response

The human completed the signup

status
string
Example:

"claimed"

user_id
string

The Laso user id of the new account.

Example:

"usr_1a2b3c..."

api_key
string | null

Your lasoak_ key. Delivered EXACTLY ONCE — null on any later poll.

Example:

"lasoak_..."

api_key_note
string

Present only when api_key is null, explaining that it was already delivered.

auth
object

An id_token / refresh_token bundle you can use immediately.

callable_base_url
string
next_steps
string[]