How to use the WireMock Cloud REST API
application/json
.
Authorization
header of the form Token <api-key>
:
Authorization
header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string
username:api-key
.
<encoded-value>
as the base64-encoded string
username:password
rather than username:api-key
- at present we cannot fix this.