Authentication
Validate Credentials
Verify that API credentials are valid and working
POST
Validate Credentials
Verify that your API credentials (X-API-Key and X-API-Secret) are valid and properly configured. Useful for testing integration setup.Endpoint
Authentication
API key from Partners Portal (starts with
lty_)API secret from Partners Portal
Path Parameters
Language code (e.g.,
en, lt)Response
true if credentials are validError Codes
| Code | Description |
|---|---|
1010 | API credentials missing |
1011 | Invalid API key format |
1012 | API key not found |
1013 | Invalid API secret |
1014 | API credentials expired |
Use Cases
Integration Testing
Verify credentials work before implementing other endpoints
Health Check
Include in monitoring to ensure API access is working