Refresh a connector w/ period
Authorization
BearerAuth AuthorizationBearer <token>
API authentication via Authorization: Bearer <your-api-key>. Obtain
your API key from Config → API in the Aplas web app.
In: header
Path Parameters
connectorId*string
The id of the connector to refresh
period*number
The last modified window of documents to retrieve (in minutes)
Response Body
*/*
curl -X PUT "https://api.au.aplas.com/api/v2/connector/id/refresh/60"Empty
{
"code": 500,
"message": "Internal server error"
}