Authorization: Bearer ********************{
"token": "v4.public.eyJkYXRhIjxxxx",
"subject": "report-builder"
}curl --location 'https://api.salla.dev/exchange-authority/v1/introspect' \
--header 's-source;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"token": "v4.public.eyJkYXRhIjxxxx",
"subject": "report-builder"
}'{
"status": 200,
"success": true,
"data": {
"store_id": 346539387,
"app_id": 9451629279,
"user_id": 708153929,
"partner_id": 711154030,
"exp": "2026-05-31T23:59:59Z"
}
}