GET
call to the /signing_keys/get_signing_keys
endpoint. Be sure to replace the {yourMgmtApiAccessToken}
placeholder value with your Management API Access Token.
Value | Description |
---|---|
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the scope read:signing_keys . |
GET
call to the /signing_keys/get_signing_key
endpoint. Be sure to replace the {yourKeyId}
and {yourMgmtApiAccessToken}
placeholder values with your signing key’s ID and Management API Access Token, respectively.
Value | Description |
---|---|
YOUR_KEY_ID | ID of the signing key to be viewed. To learn how to find your signing key ID, see Locate JSON Web Key Sets. |
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the scope read:signing_keys . |