UpdateAccessToken
Authorizations
Body
accessTokenstring · min: 1Required
userEmailstring · min: 1Required
Responses
200
Success: The access token was successfully updated.
400
Bad Request: The provided AccessToken or UserEmail is invalid or missing.
409
Conflict: The user with the provided email was not found.
500
Internal Server Error: An error occurred while updating the access token.
patch
PATCH /UserInfo/UpdateAccessToken HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"accessToken": "text",
"userEmail": "text"
}
No content