GET/sources

Get Sources

This API call returns a list of available sources along with the unique identifier assigned to each in the RatesAPI. This enables you to specify a particular source ID when creating a RateShop.
GET/sources

Responses

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

Example Request

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

Example responses

200 Response
{
  "websitecode": 0,
  "websitename": "string",
  "url": "string",
  "channeltype": "string",
  "snapshotavailable": true
}

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.