POST
/
v1
/
users
/
{userId}
/
regenerate-api-token
curl --request POST \
  --url https://wmc.wiremockapi.cloud/v1/users/{userId}/regenerate-api-token \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

userId
string
required

Body

application/json · object

The body is of type object.

Response

200
application/json
200 response

The response is of type object.