Update JWT

Updates a JWT with custom claims, using a valid management key.

This API endpoint will update a JWT with custom claims. This endpoint takes the JWT as well as the customClaims json.

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer <ProjectId:ManagementKey>

SecurityAuthProjectIdMgmtKey
Request
Request Body schema: application/json
required
jwt
string
customClaims
object
Responses
200

OK

post/v1/mgmt/jwt/update
Request samples
Response samples
application/json
{
  • "jwt": "string"
}