Test Browser Auth
POST /v1/browser/auth/test
Test authentication with browser API
Parameters
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Request Body
{
"$ref": "#/components/schemas/BrowserAuthTestRequest"
}
Responses
200
Successful Response
{
"$ref": "#/components/schemas/BrowserAuthTestResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}