Salla Docs
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Endpoints
  • Embedded SDK
    • Overview
    • Getting Started
    • Installation
    • Authentication
    • App Design Guidelines
    • Create an Embedded App
    • Playground
  • Auth Module
    • Get Token
    • Client Introspect
    • Refresh Token
  • Page Module
    • Iframe Resizing
    • External Redirects
    • Navigation
    • Set Page Title
    • UI Module
      • Confirm Dialogs
      • Toast Notifications
      • Loading States
  • Nav Module
    • Create Navbar Action
    • Listen for Nav Actions
    • Clearing Nav Actions
  • Endpoints
    • Token Introspect
      POST
  • Resources
    • Support
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Endpoints

Token Introspect

Production
https://api.salla.dev
Production
https://api.salla.dev
POST
https://api.salla.dev
/exchange-authority/v1/introspect
Last modified:2026-02-02 12:28:37
This endpoint processes requests to encrypt a token.

Request

Header Params

Body Params application/json

Example
{
    "token": "v4.public.eyJkYXRhIjp7Im1lc3NhZ2UiOiJIZWxsbyBTYWxsYSIsImFkZGl0aW9uYWwiOiJTb21lIGFkZGl0aW9uYWwgZGF0YSBhYm91dCB0aGUgc3RvcmUiLCJzY29wZXMiOlsiVGVzdCIsInRlc3QyIl19LCJleHAiOiIyMDI0LTEyLTMxVDIzOjU5OjU5WiIsImF1ZCI6ImFwcGxpY2F0aW9uQiIsImlzcyI6ImFwcGxpY2F0aW9uQSIsInN1YiI6ImRhdGFFbmNyeXB0aW9uIiwiaWF0IjoiMjAyNC0xMC0xM1QxMDoxMTo1Ny4xNDdaIn2wrbKlfemQ-cECbJxQfr4P9vZx91GgNMN66qdFnAEZwvq5rCPqKKjuhNSKpeInTti1ajUt_brgmuPUSpOmh0AP"
}

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://api.salla.dev/exchange-authority/v1/introspect' \
--header 's-source: 12311221' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "v4.public.eyJkYXRhIjp7Im1lc3NhZ2UiOiJIZWxsbyBTYWxsYSIsImFkZGl0aW9uYWwiOiJTb21lIGFkZGl0aW9uYWwgZGF0YSBhYm91dCB0aGUgc3RvcmUiLCJzY29wZXMiOlsiVGVzdCIsInRlc3QyIl19LCJleHAiOiIyMDI0LTEyLTMxVDIzOjU5OjU5WiIsImF1ZCI6ImFwcGxpY2F0aW9uQiIsImlzcyI6ImFwcGxpY2F0aW9uQSIsInN1YiI6ImRhdGFFbmNyeXB0aW9uIiwiaWF0IjoiMjAyNC0xMC0xM1QxMDoxMTo1Ny4xNDdaIn2wrbKlfemQ-cECbJxQfr4P9vZx91GgNMN66qdFnAEZwvq5rCPqKKjuhNSKpeInTti1ajUt_brgmuPUSpOmh0AP"
}'

Responses

🟢200OK
application/json
Body

Example
{
    "status": 200,
    "success": true,
    "data": {
        "merchant_id": 123456,
        "user_id": 987654,
        "exp": "2026-01-19T12:00:00Z"
    }
}
🟠401Unauthorized
Modified at 2026-02-02 12:28:37
Previous
Clearing Nav Actions
Next
Support