v3

latestOpenAPI 3.0.1Proprietary2026-07-314140169.7 KB
Authentication

Validate JWT

Validate a JWT token and return the associated profile details. Uses Bearer token authentication.

get/uploadposts/users/validate-jwt

Response

Validation result. Returns profile if valid, or isValid=false if invalid.

OR

Example response

{
  "success": true
}