GET/locations/{locationRequestId}

Get Location Request Status

Get location request status

GET/locations/{locationRequestId}

Parameter Details

NameInTypeRequiredDescription
locationRequestIdpathintegerRequiredThe ID of the location request

Responses

StatusMeaningDescriptionSchema
200OKLocation status retrieved successfully
400Bad RequestBad RequestNone
401UnauthorizedAuthorization FailedNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X GET /locations/{locationRequestId} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
{
  "status": "string"
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.