ERIP
API ReferencePublicAuth

/v1/Auth/request-login-link

POST/v1/Auth/request-login-link

Authorization

ApiKey Bearer
X-Api-Key<token>

Provide your API key in the X-Api-Key header.

In: header

AuthorizationBearer <token>

Enter a JWT token obtained from /v1/auth/login.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/Auth/request-login-link" \  -H "Content-Type: application/json" \  -d '{}'
Empty