Requests

The DriveOnWeb API accepts GET/POST/PUT/DELETE Requests. The body payload is transmitted with JSON. A more detailed overview about all available methods is available in our REST Documentation.

If you want to make a request against OAuth 2 secured methods you will need to send an access token in the request’s header.

  • Authorization: Bearer YOUR_ACCESS_TOKEN