curl -X POST "https://staging-api.loyalty.lt/en/shop/validate-credentials" \ -H "X-API-Key: lty_your_api_key" \ -H "X-API-Secret: your_api_secret"
{ "success": true, "code": 200, "request_id": "550e8400-e29b-41d4-a716-446655440000", "data": { "valid": true, "partner": { "id": 45, "name": "Coffee Paradise", "status": "active" }, "environment": "staging" } }
Verify that API credentials are valid and working
POST /{locale}/shop/validate-credentials
lty_
en
lt
true
Show data
staging
production
1010
1011
1012
1013
1014