Enkash Developer Portal
Home
Home
Login
  1. Token APIs
  • Back to home
  • Reward APIs
  • Token APIs
    • Authentication
      POST
    • Single Sign On (SSO)
      POST
  • Reward Allocation
    • Create And Allocate Points
      POST
    • Bulk Create And Allocate Rewards
      POST
    • Get Reward Account Details
      POST
    • Get Reward Transaction Details
      POST
    • Get User Details
      POST
    • Get User Card Details
      POST
  • Incentive Allocation
    • Incentive Create And Allocation
      POST
    • Get Incentive Transaction details
      POST
    • Get User Details
      POST
  • Redemption
    • User Authentication
      POST
    • Get Cart for User
      GET
    • Search Catalog
      POST
    • Get Product Catalog Details
      GET
    • Get Product Configs (Denominations)
      GET
    • Add to cart
      POST
    • Update Cart
      PATCH
    • Create Order
      POST
    • Order Search
      POST
    • create order
      POST
    • Fetch Order Info by Partner order Reference id
      POST
  • Point Management
    • Overview
    • Create Event
      POST
    • Get Event
      GET
    • Update Event
      PATCH
    • Allocate Coins
      POST
    • Get Balance
      GET
  1. Token APIs

Single Sign On (SSO)

Developing
POST
/api/v0/partner/enKashCard/sso-token
📌
SSO allows users to access multiple applications or services using a single set of login credentials. With SSO, users authenticate once through a trusted identity provider, and gain seamless access to all integrated systems, eliminating the need to log in separately for each application. This enhances user experience, improves security, and simplifies access management.

Request

Header Params

Body Params application/json

Example
{
    "cardAccountId": "CAQL8YCV3",
    "companyId" : "CEK1PU9AOO",
    "enkashCardId" : "EKCDM5AVZY"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test.your-api-server.com/api/v0/partner/enKashCard/sso-token' \
--header 'partnerId: CRMXWB3ZM' \
--header 'Authorization: ••••••' \
--header 'Cookie: JSESSIONID=BC1A71C9BC65576B3AB0E78896971B9E' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cardAccountId": "CAQL8YCV3",
    "companyId" : "CEK1PU9AOO",
    "enkashCardId" : "EKCDM5AVZY"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-05-23 22:14:54
Previous
Authentication
Next
Create And Allocate Points
Built with