GET/api/v1/flightrates/status/{shopId}

Flight Rates Status

GET/api/v1/flightrates/status/{shopId}

Parameter Details

NameInTypeRequiredDescription
shopIdpathstring(string)RequiredShop Id

Responses

StatusMeaningDescriptionSchema
200OKSuccess
400Bad RequestRequest data failed validation(s)
401UnauthorizedAuthentication Failed!
404Not FoundNo data found.
429Too Many RequestsToo Many Requests.
500Internal Server ErrorInternal Server Error

Example Request

# You can also use wget
curl -X GET /api/v1/flightrates/status/{shopId} \
  -H 'Accept: application/json' \
  -H 'Authorization: API_KEY'

Example responses

200 Response
{
  "error": false,
  "status": "IN_PROGRESS"
}

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.