GET/sourcemaprequest/{requestid}

Create Sourcemap

This endpoint returns the status of a source map request. It requires the requestid as an input parameter to retrieve the current status.

GET/sourcemaprequest/{requestid}

Parameter Details

NameInTypeRequiredDescription
requestidpathinteger(int32)Requirednone

Responses

StatusMeaningDescriptionSchema
200OKSuccessschemasourcemapresp
400Bad RequestBad Request
401UnauthorizedAuthentication Failed or Account validity expired
500Internal Server ErrorInternal server error

Example Request

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

Example responses

200 Response
{
  "requestid": 0,
  "hotelcode": 0,
  "sources": [0],
  "urls": ["string"],
  "status": 0,
  "approximatetime": 0,
  "channeltype": ["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.