TravelyfeHelp
SviluppatoriReferenceAccount

Your Import Allowance

GET
/v1/account/import-usage

Imports used this period and the allowance: one row, or none.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/account/import-usage"
[  {    "used": 0,    "allowance": 0,    "period_kind": "month",    "resets_on": "2019-08-24"  }]