curl --request POST \
--url https://api.example.com/config/token_certs/{issuerId} \
--header 'Content-Type: application/json' \
--data '
{
"certificateId": "<string>"
}
'{
"reason": "<string>"
}curl --request POST \
--url https://api.example.com/config/token_certs/{issuerId} \
--header 'Content-Type: application/json' \
--data '
{
"certificateId": "<string>"
}
'{
"reason": "<string>"
}Was this page helpful?