What is the HTTP verb and sample request for /sys/decode-token endpoint?

There is a page /sys/decode-token - HTTP API | Vault | HashiCorp Developer which describes /sys/decode-token API endpoint.
What HTTP verb is used for that endpoint?
Are the any sample requests available?

I would have to go with POST. Assumption is based on this, https://github.com/hashicorp/vault/blob/main/vault/logical_system_paths.go#L470-L482,
specifically, logical.UpdateOperation: &framework.PathOperation{

1 Like