Codevisor Server
Api reference

POST Harnesses Id Accounts AccountId Login

POST/v1/harnesses/{id}/accounts/{accountId}/login

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
accountId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

methodId?string|null
apiKey?string|null

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/harnesses/string/accounts/string/login" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "accountId": "string",  "kind": "browser",  "url": "string"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}