Back to top

Shaarli API Documentation

Shaarli's REST API.

This documentation is written according to API Blueprint specification.

All endpoints described in this documentation must be prefixed with /api/v1/.
Example: GET http://shaarli.domain.tld/api/v1/info

Note: all requests reaching described services must include a valid JWT token in the HTTP header. The signature must use SHA512 encryption algorithm.

The header must have use the following syntax:

Authorization: Bearer <token>

Resources:

Generated by aglio on 29 Aug 2020