Skip to content
Danni Friedland edited this page Feb 6, 2018 · 1 revision

General

This document describes the V2 of the Meirim API.

Details

  • schema: https
  • path: api.meirim.org
  • base path: /v2/

Authentication

We use JWT tokens to enforce authentication to the API. Some paths are accessible without a JWT token and are marked as public. These are marked as PUBLIC. All restricted paths require you to pass the following header:

Authorization: Bearer xxxxxx