Skip to main content
POST
/
config
/
token_certs
/
{issuerId}
Set the Certificate used for verifying tokens from the Customer
curl --request POST \
  --url https://api.example.com/config/token_certs/{issuerId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "certificateId": "<string>"
}
'
{
  "reason": "<string>"
}

Path Parameters

issuerId
string
required

The ID of the accepted issuer that will be used to identify tokens signed with this certificate

Body

application/json
certificateId
string
required

Response

Token certificate updated