cURL
curl --request POST \ --url https://staging-api.liquidity.walletos.xyz/v1/ext/jwt/verify \ --header 'Content-Type: application/json' \ --data '{}'
{ "business": { "id": "6d7d5a98-15bf-4341-aa68-d1f6fccd47e2", "slug": "Fairpuny 02", "description": null }, "validation": { "scope": "apigateway/authorization", "exp": 1706140980406, "iat": 1706137380406 } }
No request body required. Token is passed via Authorization header.
Empty object - token verification uses Bearer token in header
200 - OK
Show child attributes
Was this page helpful?