GET/reference/sources

Get Sources

This API call returns a list of available sources along with their unique identifiers in the ReviewsAPI. This enables you to specify a particular source ID when defining a ReviewShop.
GET/reference/sources

Responses

StatusMeaningDescriptionSchema
200OKSuccessInline
400Bad RequestBad RequestNone
401UnauthorizedAuthorization FailedNone
500Internal Server ErrorInternal server errorNone

Example Request

# You can also use wget
curl -X GET /reference/sources \
  -H 'Accept: application/json' \
  -H 'Authorization: API_KEY'

Example responses

200 Response
[
  {
    "sourceCode": 1,
    "sourceName": "expedia"
  }
]

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.