Mock APIs
Teams
Organisations
Data sources
Database connections
Usage
Access control
Stub Mappings
- GETGet all stub mappings
- POSTCreate a new stub mapping
- DELDelete all stub mappings
- POSTReset stub mappings
- POSTPersist stub mappings
- POSTImport stub mappings
- GETGet stub mapping by ID
- PUTUpdate a stub mapping
- DELDelete a stub mapping
- POSTFind stub mappings matching metadata
- POSTDelete stub mappings matching metadata
Requests
- GETGet all requests in journal
- DELDelete all requests in journal
- GETGet request by ID
- DELDelete request by ID
- POSTEmpty the request journaldeprecated
- POSTCount requests by criteria
- POSTRemove requests by criteria
- POSTDelete requests mappings matching metadata
- POSTFind requests by criteria
- GETFind unmatched requests
OpenAPI
Imports
Users
Get self
Redirect to the user account owned by the authenticated user
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
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
307
307 Temporary redirect response to /v1/users/{userId}
curl --request GET \
--url https://wmc.wiremockapi.cloud/v1/users/self \
--header 'Authorization: Basic <encoded-value>'
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.