Everest Card — API reference
  • Credit
  • Debit
  • Prepaid
  • Corebanking
  • OAuth2
  • Delivery
Information
Platform
    Authentication
      AuthorizepostTokenpost/sts/api/revokepost/sts/api/introspectpost
    Platform operations
      Health Checkpost
SchemasError codes
powered by Zudoku
OAuth2 Security Token Service
OAuth2 Security Token Service

Platform operations

Health checks and cache refresh. Called by your monitoring, not by a cardholder journey.


Health Check

POST
https://devcard.sim-ant.com/SandBox/oAuth2
/sts/api/healthCheck

Performs a lightweight health probe to confirm the STS component is running and able to respond to requests. This endpoint is intended for monitoring systems, load balancers, and deployment readiness checks. The response includes a simple result indicator and a server timestamp to help validate connectivity and clock sanity. Use this operation to quickly distinguish platform/network issues from functional authorization/token errors.

Health Check › Responses

Success

HealthCheckResponse
date
​string · date-time · required

Date - [Optional]

result
​string | null

Result - [Optional]

POST/sts/api/healthCheck
curl https://devcard.sim-ant.com/SandBox/oAuth2/sts/api/healthCheck \ --request POST
Example Responses
{ "result": "result", "date": "2024-08-25T15:00:00Z" }
json
application/json

AuthenticationError codes