Skip to main content

Anonymous Login and Sign Up

POST 

/auth/v1/signin/anonymously

For the same device ID, at most one anonymous user can be registered.

Request

Body

required
    provider_token provider_token is optional for login using provider_token (string)

Responses

A successful response.

Schema
    token_type string
    access_token string
    refresh_token string
    id_token string
    expires_in int32
    scope string
    sub string
    groups string[]
    need_weda_resource boolean
Loading...