GET
/
v1
/
mock-apis
/
{mockApiId}
/
recordings
/
status
Get recording status
curl --request GET \
  --url https://wmc.wiremockapi.cloud/v1/mock-apis/{mockApiId}/recordings/status \
  --header 'Authorization: <api-key>'
{
  "status": "Stopped"
}

Authorizations

Authorization
string
header
required

Your API key prefixed by 'Token '

Path Parameters

mockApiId
string
required

The ID of the Mock API

Required string length: 5 - 10
Example:

"jjl8y"

Response

200 - application/json

Successfully got the record status

The response is of type object.