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

Get Api Find User

View as Markdown
GET
/apiFindUser

Retrieve the Paytrie user ID for an email associated with an API key

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

curl -X GET "https://example.com/apiFindUser?email=user%40email.com" \  -H "x-api-key: string"
{  "message": "User record found",  "status": "success",  "userId": "1d151ebf-02e8-43bd-95b9-97f29d15ca45"}