Skip to main content
GET
/
api
/
system
/
collection-days
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/system/collection-days \
  --header 'Authorization: Bearer <token>'
{
  "collection_days": 123,
  "exchange": "<string>"
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Collection days per data source

Collection-days envelope.

collection_days
integer<int32>
required
exchange
string
required