post https://custody.arianee.com/{client}/{network}/service-provider/isValidSST
Check if the SST is valid.
Log in to see full request history
Response
Check if the SST is valid.
xxxxxxxxxx
curl --request POST \
--url https://custody.arianee.com/testclient/testnet/service-provider/isValidSST \
--header 'accept: application/json; charset=utf-8' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"valid": false
}