Paytrie Developer Documentation
API ReferenceLogin

Post Login Code Send

Send a 4-digit numeric login code to an API integrator user's email for authentication

POST
/loginCodeSend

Authorization

ApiKeyAuth
x-api-key<token>

API key

In: header

Query Parameters

email*string

Header Parameters

x-api-key*string

API key for authentication

Response Body

application/json

application/json

curl -X POST "https://api.paytrie.com/loginCodeSend?email=user%40example.com" \  -H "x-api-key: string"
{
  "message": "Login code sent to user",
  "status": "success"
}
{
  "message": "Login code sent to user",
  "status": "success"
}