POST
/v1/mgmt/jwt/update
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\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
jwt
string
customClaims
object
Status code | Description |
---|---|
200 | OK |
Was this helpful?