ApiContent Sources
Get Content Source
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/problem+json
curl -X GET "https://loading/api/admin/v1/content/sources/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"provider": "string",
"strategy": "string",
"baseUrl": "string",
"apiKey": null,
"schedule": "string",
"defaultCity": null,
"defaultCategory": null,
"categoryMappings": {
"property1": "string",
"property2": "string"
},
"ignorePatterns": [
"string"
],
"maxPages": 0,
"trustLevel": "string",
"status": "string",
"lastCrawledAt": "2019-08-24T14:15:22Z",
"lastCrawledCount": 0,
"consecutiveFailures": 0,
"configuration": {
"property1": "string",
"property2": "string"
},
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"code": "string",
"message": "string"
}