Skip to main content

Test Browser Auth

POST /v1/browser/auth/test

Test authentication with browser API

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Request Body

{
"$ref": "#/components/schemas/BrowserAuthTestRequest"
}

Responses

200

Successful Response

{
"$ref": "#/components/schemas/BrowserAuthTestResponse"
}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}