Skip to main content
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.withsutro.com/llms.txt

Use this file to discover all available pages before exploring further.

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