Skip to content
Axel Boberg edited this page Jun 5, 2019 · 2 revisions

Getting started

API entrypoint

All API-endpoints in this documentation are accessed through https://accounts.volontar.app/api/v1

SSL

Always connect to the API using SSL, that is, using the protocol https. The reason being to prevent any non authorized parties to access any part of the API through man-in-the-middle attacks.

Clone this wiki locally