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

Query Parameters

email*string

Response Body

application/json

application/json

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