Requested CloudFlare API endpoint
GET /client/v4/user/tokens/verify
Documentation Url to requested endpoint
https://developers.cloudflare.com/api/resources/user/subresources/tokens/methods/verify/
Additional context
Response:
public class UserTokensVerifyResponse
{
public string Id { get; set; } = null!;
public string Status { get; set; } = null!;
[JsonProperty("not_before")]
public DateTime NotBefore { get; set; }
[JsonProperty("expires_on")]
public DateTime NotAfter { get; set; }
}