MapScale Docs
•••
API ReferenceHealth and contract
MapScale API
GET/v1/contact/{leadId}/status

Check a submitted review request's delivery state

Public operational checks and the OpenAPI document.

LIVE API PLAYGROUND

Sign in or create an account

Continue to run live requests directly from the docs.

Sends this request to the live API and shows the real response.

Parameters

Equivalent request
curl \
  "https://api.mapscale.io/v1/contact/550e8400-e29b-41d4-a716-446655440000/status"
Response
Default response
{
  "status": "200",
  "contentType": "application/json",
  "description": "Success"
}

Responses

200Successapplication/json
404MapscaleNotFoundapplication/json
500MapscaleInternalServerErrorapplication/json

On this page