API Endpoints
List of Guardian API Endpoints
Default nameservice prefix is
/api/guardian
Endpoints | Description | Type |
Returns configurations for Guardian plugins | GET |
Endpoints | Description | Type |
Returns all Groups | GET | |
Returns Group by its name | GET | |
Returns Users of a Group by name | GET |
Endpoints | Description | Type |
Returns all Users | GET | |
Returns User by Publickey | GET | |
Returns All Groups of User by Publickey | GET |
A Light Typescript Client Supporting Guardian REST API
yarn add @protokol/client
pnpm add @protokol/client
npm install @protokol/client
import { ProtokolConnection } from "@protokol/client";
const connection = new ProtokolConnection("https://explorer.protokol.sh/api");
Last modified 1yr ago