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

Schemas


AuthorizeRequest

response_type
​string | null

Response Type - [Optional]

grant_type
​string | null

Grant Type - [Optional]

client_id
​string | null

Client Id - [Optional]

client_secret
​string | null

Client Secret - [Optional]

redirect_uri
​string | null

Redirect Uri - [Optional]

scope
​string | null

Scope - [Optional]

state
​string | null

State - [Optional]

code_challenge
​string | null

Code Challenge

code_challenge_method
​string | null

Code Challenge Method

action_id
​string | null

Action Id - [Optional]

AuthorizeResponse

redirect_uri
​string | null

Redirect Uri - [Optional]

code
​string | null

Code - [Optional]

state
​string | null

State - [Optional]

Error

transactionId
​string | null

Transaction Id

errorCode
​string | null

Error Code

description
​string | null

Description

message
​string | null

Message

messageFormat
​string | null

Message Format

arguments
​array | null

Arguments

propertyName
​string | null

Property Name

detail
​string | null

Detail

​array | null

Items

isTechnicalError
​boolean | null

Is Technical Error

exceptionType
​string | null

Exception Type

HealthCheckResponse

date
​string · date-time · required

Date - [Optional]

result
​string | null

Result - [Optional]

IntrospectionRequest

token
​string | null

Token

token_type_hint
​string | null

Token Type Hint

client_id
​string | null

Client Id

client_secret
​string | null

Client Secret

IntrospectionResponse

active
​boolean · required

Active

scope
​string | null

Scope

client_id
​string | null

Client Id

username
​string | null

Username

token_type
​string | null

Token Type

exp
​integer | null · int64

Exp

iat
​integer | null · int64

Iat

jti
​string | null

Jti

iss
​string | null

Iss

RevocationRequest

token
​string | null

Token

token_type_hint
​string | null

Token Type Hint

client_id
​string | null

Client Id

client_secret
​string | null

Client Secret

RevocationResponse

SecureString

TokenRequest

grant_type
​string | null

Grant Type - [Optional]

scope
​string | null

Scope - [Optional]

username
​string | null

User Id

password
​object

Password - [Optional]

code
​string | null

Code - [Optional]

redirect_uri
​string | null

Redirect Uri - [Optional]

refresh_token
​string | null

Refresh Token - [Optional]

assertion
​string | null

Assertion - [Optional]

client_id
​string | null

Client Id - [Optional]

client_secret
​string | null

Client Secret - [Optional]

code_verifier
​string | null

Code Verifier - [Optional]

attestation_token
​string | null

Attestation Token - [Optional]

TokenResponse

expires_in
​integer · int32 · required

Expires In - [Optional]

access_token
​string | null

Access Token - [Optional]

token_type
​string | null

Token Type - [Optional]

refresh_token
​string | null

Refresh Token - [Optional]

scope
​string | null

Scope

On this page
  • AuthorizeRequest
  • AuthorizeResponse
  • Error
  • HealthCheckResponse
  • IntrospectionRequest
  • IntrospectionResponse
  • RevocationRequest
  • RevocationResponse
  • SecureString
  • TokenRequest
  • TokenResponse