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

Flight Rates Status

By providing the shop ID in the request, this API endpoint allows users to retrieve the status of a specific flight shop, whether the shop is active or not. Only the active shops are included for the extraction and delivery.
GET/api/v1/flightrates/status/{shopId}

Mandatory Fields

  • shopId

Parameter Details

NameInTypeRequiredDescription
shopIdpathstring(string)RequiredShop Id

Responses

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

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.