Introspection
POST
/authentication/introspect
Request
Authorization
Add parameter in header
api-key
Example:
api-key: ********************
Request 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.logictrade.cloud/authentication/introspect' \
--header 'api-key;'
Responses
🟢200Success
application/json
Body
active
booleanÂ
optional
scope
stringÂ
optional
client_id
stringÂ
optional
username
stringÂ
optional
exp
integerÂ
optional
Example
{
"active": true,
"scope": "customer supplier product",
"clientId": "<client id>",
"username": "Developer",
"exp": 1744675200
}
Modified at 2025-04-18 06:26:24