GET
/
v1
/
users
/
self
curl --request GET \
  --url https://wmc.wiremockapi.cloud/v1/users/self \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Response

307
_mintlify/placeholder

307 Temporary redirect response to /v1/users/{userId}