The v1 API will be sunset on August 21, 2026. Migrate to v2. Read the migration guide →
Paytrie Developer Documentation
API ReferenceLogin

Post Login Code Send

View as Markdown
POST
/loginCodeSend

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

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://example.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"}