Skip to main content
POST
/
Agent
/
Account
/
PrepareRemoteQuickLogin
Prepare Remote Quick Login
curl --request POST \
  --url https://{host}/Agent/Account/PrepareRemoteQuickLogin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "legalId": "<string>"
}

Overview

Allows the client to prepare a remote Neuron for a quick login attempt made by the client, currently logged in via the Agent API. Note: This request must be made to Neuron to which the client is connected.

Authentication

Requires a valid JWT bearer token.

Notes

This endpoint uses the request schema notation described in Pattern matching.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The body is of type object.

Response

200 - application/json

Success